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 | 諸??峯?? | 1000111110010100001111110011111110010101111101010011111100111111 | 8f943f3f95f53f3f |
EUC-JP | 諸??峯?? | 1011110111110100001111110011111111001010111101110011111100111111 | bdf43f3fcaf73f3f |
UTF-8 | 諸멩렪峯렟렫 | 111010001010101110111000111010111010100110101001111010111010000010101010111001011011001110101111111010111010000010011111111010111010000010101011 | e8abb8eba9a9eba0aae5b3afeba09feba0ab |
UHC | 諸멩렪峯렟렫 | 111100001011001110111000111001101000111010111000110111001110011110001110101100001000111010111001 | f0b3b8e68eb8dce78eb08eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)