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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 薯?薯? | 100011111001001000111111100011111001001000111111 | 8f923f8f923f |
EUC-JP | 薯璇薯璇 | 10111101111100101000111111001100110011111011110111110010100011111100110011001111 | bdf28fcccfbdf28fcccf |
UTF-8 | 薯璇薯璇 | 111010001001011010101111111001111001001010000111111010001001011010101111111001111001001010000111 | e896afe79287e896afe79287 |
UHC | 薯璇薯璇 | 1110000010100011111000001100011011100000101000111110000011000110 | e0a3e0c6e0a3e0c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)