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 | 諸??峯? | 10001111100101000011111100111111100101011111010100111111 | 8f943f3f95f53f |
EUC-JP | 諸??峯? | 10111101111101000011111100111111110010101111011100111111 | bdf43f3fcaf73f |
UTF-8 | 諸멩렪峯렟 | 111010001010101110111000111010111010100110101001111010111010000010101010111001011011001110101111111010111010000010011111 | e8abb8eba9a9eba0aae5b3afeba09f |
UHC | 諸멩렪峯렟 | 11110000101100111011100011100110100011101011100011011100111001111000111010110000 | f0b3b8e68eb8dce78eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)