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 | ?尸申市 | 00111111100110111001100110010000010111001000111001110011 | 3f9b99905c8e73 |
EUC-JP | ?尸申市 | 00111111110101011111100110111111101111011011101111010100 | 3fd5f9bfbdbbd4 |
UTF-8 | 룤尸申市 | 111010111010001110100100111001011011000010111000111001111001010010110011111001011011100010000010 | eba3a4e5b0b8e794b3e5b882 |
UHC | 룤尸申市 | 1000111110011101111000111011100111100011111010011110001110111100 | 8f9de3b9e3e9e3bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)