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 | 壹橋?績? | 1001101011100011100010111011010000111111100100001101000100111111 | 9ae38bb43f90d13f |
EUC-JP | 壹橋?績? | 1101010011100101101101101011011000111111110000001101001100111111 | d4e5b6b63fc0d33f |
UTF-8 | 壹橋씌績쾡 | 111001011010001110111001111001101010100110001011111011001001010010001100111001111011100010111110111011001011111010100001 | e5a3b9e6a98bec948ce7b8beecbea1 |
UHC | 壹橋씌績쾡 | 11101100111011001100111011101001101111101011101011101110111000001100010011101001 | ececcee9bebaeee0c4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)