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 | òãxx | 11110010111000110111100001111000 | f2e37878 |
SJIS-WIN | ??xx | 00111111001111110111100001111000 | 3f3f7878 |
EUC-JP | òãxx | 1000111110101011110100101000111110101011101010100111100001111000 | 8fabd28fabaa7878 |
UTF-8 | òãxx | 110000111011001011000011101000110111100001111000 | c3b2c3a37878 |
UHC | ??xx | 00111111001111110111100001111000 | 3f3f7878 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)