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 | ???O?E?N | 0011111100111111001111110100111100111111010001010011111101001110 | 3f3f3f4f3f453f4e |
SJIS-WIN | ???O?E?N | 0011111100111111001111110100111100111111010001010011111101001110 | 3f3f3f4f3f453f4e |
EUC-JP | ???O?E?N | 0011111100111111001111110100111100111111010001010011111101001110 | 3f3f3f4f3f453f4e |
UTF-8 | 혩첸혪O혪E혪N | 111011011001100010101001111011001011001010111000111011011001100010101010010011111110110110011000101010100100010111101101100110001010101001001110 | ed98a9ecb2b8ed98aa4fed98aa45ed98aa4e |
UHC | 혩첸혪O혪E혪N | 11000010100100011100001110111110110000101001001001001111110000101001001001000101110000101001001001001110 | c291c3bec2924fc29245c2924e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)