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 | 迚狗柑遏 | 1110011110001001100010111110011110001010101110011110011110011111 | e7898be78ab9e79f |
EUC-JP | 迚狗柑遏 | 1110110111101001101101101110100110110100101110111110111010100001 | ede9b6e9b4bbeea1 |
UTF-8 | 迚狗柑遏 | 111010001011111110011010111001111000101110010111111001101001111110010001111010011000000110001111 | e8bf9ae78b97e69f91e9818f |
UHC | ?狗柑? | 001111111100111110110111110010101111001100111111 | 3fcfb7caf33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)