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 | 壹橋?歪? | 1001101011100011100010111011010000111111100110000110001100111111 | 9ae38bb43f98633f |
EUC-JP | 壹橋?歪? | 1101010011100101101101101011011000111111110011111100010000111111 | d4e5b6b63fcfc43f |
UTF-8 | 壹橋씌歪얗 | 111001011010001110111001111001101010100110001011111011001001010010001100111001101010110110101010111011001001011010010111 | e5a3b9e6a98bec948ce6adaaec9697 |
UHC | 壹橋씌歪얗 | 11101100111011001100111011101001101111101011101011101000111000001011111011101001 | ececcee9bebae8e0bee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)