To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 。゙宵眈 | 101000011101111010001111101010101110000110111100 | a1de8faae1bc |
EUC-JP | 。゙宵眈 | 1000111010100001100011101101111010111110101011001110001010111110 | 8ea18edebeace2be |
UTF-8 | 。゙宵眈 | 111011111011110110100001111011111011111010011110111001011010111010110101111001111001110010001000 | efbda1efbe9ee5aeb5e79c88 |
UHC | ??宵眈 | 001111110011111111100001101100101111011110101111 | 3f3fe1b2f7af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)