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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟶ろ妛 | 111001011011100010000010111010111001101110101010 | e5b882eb9baa |
EUC-JP | 蟶ろ妛 | 111010101011101010100100111011011101011010101100 | eabaa4edd6ac |
UTF-8 | 蟶ろ妛 | 111010001001111110110110111000111000001010001101111001011010011010011011 | e89fb6e3828de5a69b |
UHC | ?ろ? | 00111111101010101110110100111111 | 3faaed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)