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 | 邊「蜿ア赳 | 1110011110110010101000101110010110001111101100011110011011100000 | e7b2a2e58fb1e6e0 |
EUC-JP | 邊「蜿ア赳 | 11101110101101001000111010100010111010011110111110001110101100011110110011100010 | eeb48ea2e9ef8eb1ece2 |
UTF-8 | 邊「蜿ア赳 | 111010011000001010001010111011111011110110100010111010001001110010111111111011111011110110110001111010001011010110110011 | e9828aefbda2e89cbfefbdb1e8b5b3 |
UHC | 邊???赳 | 11011100101010110011111100111111001111111101000010101111 | dcab3f3f3fd0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)