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 | 蘂?????] | 1110010101000001001111110011111100111111001111110011111101011101 | e5413f3f3f3f3f5d |
EUC-JP | 蘂?????] | 1110100110100010001111110011111100111111001111110011111101011101 | e9a23f3f3f3f3f5d |
UTF-8 | 蘂뚦읃溜길칳] | 11101000100110001000001011101011100110101010011011101100100111011000001111101111101001111000101111101010101110001011100011101100101110011011001101011101 | e89882eb9aa6ec9d83efa78beab8b8ecb9b35d |
UHC | 蘂뚦읃溜길칳] | 11100111110111101000110011100101100111111011101011101010111111101011000111100110101011111000011001011101 | e7de8ce59fbaeafeb1e6af865d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)