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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | ??邯??咐] | 001111110011111111100111101101100011111100111111100110011111001101011101 | 3f3fe7b63f3f99f35d |
EUC-JP | ??邯??咐] | 001111110011111111101110101110000011111100111111110100101111010101011101 | 3f3feeb83f3fd2f55d |
UTF-8 | 룶끼邯룶뇟咐] | 11101011101000111011011011101011100000011011110011101001100000101010111111101011101000111011011011101011100001111001111111100101100100101001000001011101 | eba3b6eb81bce982afeba3b6eb879fe592905d |
UHC | 룶끼邯룶뇟咐] | 10001111101010111011001110100010110010101111101110001111101010111011010010100001110111001111101101011101 | 8fabb3a2cafb8fabb4a1dcfb5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)