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 | ???v | 00111111001111110011111101110110 | 3f3f3f76 |
SJIS-WIN | 隰廠ツv | 111010001010110010001111101100011100001001110110 | e8ac8fb1c276 |
EUC-JP | 隰廠ツv | 11110000101011101011111010110011100011101100001001110110 | f0aebeb38ec276 |
UTF-8 | 隰廠ツv | 11101001100110101011000011100101101110111010000011101111101111101000001001110110 | e99ab0e5bba0efbe8276 |
UHC | ?廠?v | 0011111111110011110111110011111101110110 | 3ff3df3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)