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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??擘淵? | 00111111001111111001110110100100100101011010001100111111 | 3f3f9da495a33f |
EUC-JP | ??擘淵? | 00111111001111111101101010100110110010101010010100111111 | 3f3fdaa6caa53f |
UTF-8 | 룶깹擘淵룶 | 111010111010001110110110111010101011100110111001111001101001001110011000111001101011011110110101111010111010001110110110 | eba3b6eab9b9e69398e6b7b5eba3b6 |
UHC | 룶깹擘淵룶 | 10001111101010111011001010100001110110111111101111100110110100001000111110101011 | 8fabb2a1dbfbe6d08fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)