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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 鈺????B | 11111011110001000011111100111111001111110011111101000010 | fbc43f3f3f3f42 |
EUC-JP | 鈺????B | 1000111111100011110101010011111100111111001111110011111101000010 | 8fe3d53f3f3f3f42 |
UTF-8 | 鈺싩걯兩쟮B | 11101001100010001011101011101100100010111010100111101010101100011010111111101111101001011011100011101100100111111010111001000010 | e988baec8ba9eab1afefa5b8ec9fae42 |
UHC | 鈺싩걯兩쟮B | 1110100010101101100110101110011110000001100110001110010110111011101000000110111001000010 | e8ad9ae78198e5bba06e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)