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 | 驛?┿驛 | 11101001100000110011111110000100101110011110100110000011 | e9833f84b9e983 |
EUC-JP | 驛?┿驛 | 11110001111000110011111110101000101110111111000111100011 | f1e33fa8bbf1e3 |
UTF-8 | 驛곻┿驛 | 111010011010100110011011111010101011001110111011111000101001010010111111111010011010100110011011 | e9a99beab3bbe294bfe9a99b |
UHC | 驛곻┿驛 | 1110011010111110100000011110111110100110101110111110011010111110 | e6be81efa6bbe6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)