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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?愚?愚B | 00111111100010111111000000111111100010111111000001000010 | 3f8bf03f8bf042 |
EUC-JP | ?愚?愚B | 00111111101101101111001000111111101101101111001001000010 | 3fb6f23fb6f242 |
UTF-8 | 쉟愚쉟愚B | 11101100100010011001111111100110100001001001101011101100100010011001111111100110100001001001101001000010 | ec899fe6849aec899fe6849a42 |
UHC | 쉟愚쉟愚B | 100110100111010111101001110101111001101001110101111010011101011101000010 | 9a75e9d79a75e9d742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)