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 | 炭贈贈 | 100100100101100110010001101000011001000110100001 | 925991a191a1 |
EUC-JP | 炭贈贈 | 110000111011101011000010101000111100001010100011 | c3bac2a3c2a3 |
UTF-8 | 炭贈贈 | 111001111000001010101101111010001011010010001000111010001011010010001000 | e782ade8b488e8b488 |
UHC | 炭贈贈 | 111101111010100111110001111111001111000111111100 | f7a9f1fcf1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)