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 | 1001111111110011111000100111101001000010 | 9ff3e27a42 |
EUC-JP | 灌窘B | 1101111011110101111000111101101101000010 | def5e3db42 |
UTF-8 | 灌窘B | 11100111100000011000110011100111101010101001100001000010 | e7818ce7aa9842 |
UHC | 灌窘B | 1100111010110100110011111101011101000010 | ceb4cfd742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)