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 | 懈??? | 1001110011100110001111110011111100111111 | 9ce63f3f3f |
EUC-JP | 懈?堧? | 11011000111010000011111110001111101110001010100000111111 | d8e83f8fb8a83f |
UTF-8 | 懈끔堧뤋 | 111001101000011110001000111010111000000110010100111001011010000010100111111010111010010010001011 | e68788eb8194e5a0a7eba48b |
UHC | 懈끔堧뤋 | 1111101010101011101100101111101111100110110000001000111110111011 | faabb2fbe6c08fbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)