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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 壕橋?? | 100011011000100010001011101101000011111100111111 | 8d888bb43f3f |
EUC-JP | 壕橋?? | 101110011110100010110110101101100011111100111111 | b9e8b6b63f3f |
UTF-8 | 壕橋렟흩 | 111001011010001110010101111001101010100110001011111010111010000010011111111011011001110110101001 | e5a395e6a98beba09fed9da9 |
UHC | 壕橋렟흩 | 1111101110111101110011101110100110001110101100001100100011110000 | fbbdcee98eb0c8f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)