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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 贈?羸B | 100100011010000100111111111000111011111001000010 | 91a13fe3be42 |
EUC-JP | 贈?羸B | 110000101010001100111111111001101100000001000010 | c2a33fe6c042 |
UTF-8 | 贈곕羸B | 11101000101101001000100011101010101100111001010111100111101111101011100001000010 | e8b488eab395e7beb842 |
UHC | 贈곕羸B | 11110001111111001011000011101011110101111110100001000010 | f1fcb0ebd7e842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)