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 | 褥?∥?繹 | 1110010111110001001111111000000101100001001111111110001110001000 | e5f13f81613fe388 |
EUC-JP | 褥?‖?繹 | 1110101011110011001111111010000111000010001111111110010111101000 | eaf33fa1c23fe5e8 |
UTF-8 | 褥띕∥캉繹 | 111010001010010010100101111010111001110110010101111000101000100010100101111011001011101010001001111001111011100110111001 | e8a4a5eb9d95e288a5ecba89e7b9b9 |
UHC | 褥띕∥캉繹 | 11101001101100111011011011101011101000011010101111000100101100101110011010111010 | e9b3b6eba1abc4b2e6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)