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 | 褓懷ご | 111001011110111010011100111001011000001010110010 | e5ee9ce582b2 |
EUC-JP | 褓懷ご | 111010101111000011011000111001111010010010110100 | eaf0d8e7a4b4 |
UTF-8 | 褓懷ご | 111010001010010010010011111001101000011110110111111000111000000110010100 | e8a493e687b7e38194 |
UHC | 褓懷ご | 110111001100111011111100111000111010101010110100 | dccefce3aab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)