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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 円??辱ラ? | 100010010111111000111111001111111001000001001010100000111000100100111111 | 897e3f3f904a83893f |
EUC-JP | 円??辱ラ? | 101100011101111100111111001111111011111110101011101001011110100100111111 | b1df3f3fbfaba5e93f |
UTF-8 | 円띰슁辱ラ룇 | 111001011000011010000110111010111001110110110000111011001000101010000001111010001011111010110001111000111000001110101001111010111010001110000111 | e58686eb9db0ec8a81e8beb1e383a9eba387 |
UHC | 円띰슁辱ラ룇 | 111001011111011110110110111011111011110110110011111010011011010010101011111010011000111110000110 | e5f7b6efbdb3e9b4abe98f86 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)