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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 贈??重 | 100100011010000100111111001111111000111101100100 | 91a13f3f8f64 |
EUC-JP | 贈??重 | 110000101010001100111111001111111011110111000101 | c2a33f3fbdc5 |
UTF-8 | 贈곈깥重 | 111010001011010010001000111010101011001110001000111010101011100110100101111010011000011110001101 | e8b488eab388eab9a5e9878d |
UHC | 贈곈깥重 | 1111000111111100101100001110100110110001111110011111000111101100 | f1fcb0e9b1f9f1ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)