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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??竊??驛 | 0011111100111111111000101000011000111111001111111110100110000011 | 3f3fe2863f3fe983 |
EUC-JP | ??竊??驛 | 0011111100111111111000111110011000111111001111111111000111100011 | 3f3fe3e63f3ff1e3 |
UTF-8 | 챙짠竊좄퉽驛 | 111011001011000110011001111011001010011110100000111001111010101110001010111011001010001010000100111011011000100110111101111010011010100110011011 | ecb199eca7a0e7ab8aeca284ed89bde9a99b |
UHC | 챙짠竊좄퉽驛 | 110000111010110011000010101001111110111110111100101000001110100010111001100101011110011010111110 | c3acc2a7efbca0e8b995e6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)