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 | 葹イ霆ク鈞 | 1110010011011111101100101110100010111011101110001110011111100000 | e4dfb2e8bbb8e7e0 |
EUC-JP | 葹イ霆ク鈞 | 11101000111000011000111010110010111100001011110110001110101110001110111011100010 | e8e18eb2f0bd8eb8eee2 |
UTF-8 | 葹イ霆ク鈞 | 111010001001000110111001111011111011110110110010111010011001110010000110111011111011110110111000111010011000100010011110 | e891b9efbdb2e99c86efbdb8e9889e |
UHC | ??霆?鈞 | 00111111001111111110111111111101001111111101000010110111 | 3f3feffd3fd0b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)