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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | ?囚P | 00111111100011101111101001010000 | 3f8efa50 |
EUC-JP | ?囚P | 00111111101111001111110001010000 | 3fbcfc50 |
UTF-8 | 年囚P | 11101111101001101000111011100101100110111001101001010000 | efa68ee59b9a50 |
UHC | 年囚P | 1110011011000100111000011111011001010000 | e6c4e1f650 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)