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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 諸??翁? | 10001111100101000011111100111111100010011010010100111111 | 8f943f3f89a53f |
EUC-JP | 諸??翁? | 10111101111101000011111100111111101100101010011100111111 | bdf43f3fb2a73f |
UTF-8 | 諸쇘밤翁렲 | 111010001010101110111000111011001000011110011000111010111011000010100100111001111011111110000001111010111010000010110010 | e8abb8ec8798ebb0a4e7bf81eba0b2 |
UHC | 諸쇘밤翁렲 | 11110000101100111011110011100111101110011110001111101000101110101000111010111111 | f0b3bce7b9e3e8ba8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)