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 | 00111111001111110111111000111111001111110111111001000010 | 3f3f7e3f3f7e42 |
SJIS-WIN | ?}~?}~B | 001111111000000101110000011111100011111110000001011100000111111001000010 | 3f81707e3f81707e42 |
EUC-JP | ?}~?}~B | 001111111010000111010001011111100011111110100001110100010111111001000010 | 3fa1d17e3fa1d17e42 |
UTF-8 | 룵}~룵}~B | 111010111010001110110101111011111011110110011101011111101110101110100011101101011110111110111101100111010111111001000010 | eba3b5efbd9d7eeba3b5efbd9d7e42 |
UHC | 룵}~룵}~B | 1000111110101010101000111111110101111110100011111010101010100011111111010111111001000010 | 8faaa3fd7e8faaa3fd7e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)