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 | 壹橋?績?? | 100110101110001110001011101101000011111110010000110100010011111100111111 | 9ae38bb43f90d13f3f |
EUC-JP | 壹橋?績?? | 110101001110010110110110101101100011111111000000110100110011111100111111 | d4e5b6b63fc0d33f3f |
UTF-8 | 壹橋씌績쾡륏 | 111001011010001110111001111001101010100110001011111011001001010010001100111001111011100010111110111011001011111010100001111010111010010110001111 | e5a3b9e6a98bec948ce7b8beecbea1eba58f |
UHC | 壹橋씌績쾡륏 | 111011001110110011001110111010011011111010111010111011101110000011000100111010011011011111110111 | ececcee9bebaeee0c4e9b7f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)