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 | ??竊??円 | 0011111100111111111000101000011000111111001111111000100101111110 | 3f3fe2863f3f897e |
EUC-JP | ??竊??円 | 0011111100111111111000111110011000111111001111111011000111011111 | 3f3fe3e63f3fb1df |
UTF-8 | 챘짭竊좄퉽円 | 111011001011000110011000111011001010011110101101111001111010101110001010111011001010001010000100111011011000100110111101111001011000011010000110 | ecb198eca7ade7ab8aeca284ed89bde58686 |
UHC | 챘짭竊좄퉽円 | 110000111010101111000010101011001110111110111100101000001110100010111001100101011110010111110111 | c3abc2acefbca0e8b995e5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)