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 | 卒?ご | 1001000110110010001111111000001010110010 | 91b23f82b2 |
EUC-JP | 卒?ご | 1100001010110100001111111010010010110100 | c2b43fa4b4 |
UTF-8 | 卒찰ご | 111001011000110110010010111011001011000010110000111000111000000110010100 | e58d92ecb0b0e38194 |
UHC | 卒찰ご | 111100001110111111000010111110111010101010110100 | f0efc2fbaab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)