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 | 壹橋?日? | 1001101011100011100010111011010000111111100100111111101000111111 | 9ae38bb43f93fa3f |
EUC-JP | 壹橋?日? | 1101010011100101101101101011011000111111110001101111110000111111 | d4e5b6b63fc6fc3f |
UTF-8 | 壹橋씌日렪 | 111001011010001110111001111001101010100110001011111011001001010010001100111001101001011110100101111010111010000010101010 | e5a3b9e6a98bec948ce697a5eba0aa |
UHC | 壹橋씌日렪 | 11101100111011001100111011101001101111101011101011101100111011011000111010111000 | ececcee9bebaeced8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)