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 | 壕橋?Ь | 10001101100010001000101110110100001111111000010001011101 | 8d888bb43f845d |
EUC-JP | 壕橋?Ь | 10111001111010001011011010110110001111111010011110111110 | b9e8b6b63fa7be |
UTF-8 | 壕橋띷Ь | 1110010110100011100101011110011010101001100010111110101110011101101101111101000010101100 | e5a395e6a98beb9db7d0ac |
UHC | 壕橋띷Ь | 1111101110111101110011101110100110001101111001101010110010111110 | fbbdcee98de6acbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)