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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 栖栖B | 1001000010110010100100001011001001000010 | 90b290b242 |
EUC-JP | 栖栖B | 1100000010110100110000001011010001000010 | c0b4c0b442 |
UTF-8 | 栖栖B | 11100110101000001001011011100110101000001001011001000010 | e6a096e6a09642 |
UHC | 栖栖B | 1101111111110111110111111111011101000010 | dff7dff742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)