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 | 豸碁ス淳 | 11100110101101101000110011101001101111011000111101111110 | e6b68ce9bd8f7e |
EUC-JP | 豸碁ス淳 | 1110110010111000101110001110101110001110101111011011110111011111 | ecb8b8eb8ebdbddf |
UTF-8 | 豸碁ス淳 | 111010001011000110111000111001111010001010000001111011111011110110111101111001101011011110110011 | e8b1b8e7a281efbdbde6b7b3 |
UHC | ?碁?淳 | 001111111101000110110011001111111110001011101000 | 3fd1b33fe2e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)