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 | 釮ク闔セ璽 | 1111101110111110101110001110100010001110101111101000111010100011 | fbbeb8e88ebe8ea3 |
EUC-JP | 釮ク闔セ璽 | 1000111111100011101100001000111010111000111011111110111010001110101111101011110010100101 | 8fe3b08eb8efee8ebebca5 |
UTF-8 | 釮ク闔セ璽 | 111010011000011110101110111011111011110110111000111010011001011110010100111011111011110110111110111001111001001010111101 | e987aeefbdb8e99794efbdbee792bd |
UHC | ??闔?璽 | 00111111001111111111100111101111001111111101111111011110 | 3f3ff9ef3fdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)