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 | 隰礼霜 | 111010001010110010010111111001111001000110011010 | e8ac97e7919a |
EUC-JP | 隰礼霜 | 111100001010111011001110111010011100000111111010 | f0aecee9c1fa |
UTF-8 | 隰礼霜 | 111010011001101010110000111001111010010010111100111010011001110010011100 | e99ab0e7a4bce99c9c |
UHC | ??霜 | 00111111001111111101111111011100 | 3f3fdfdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)