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 | ?????W | 001111110011111100111111001111110011111101010111 | 3f3f3f3f3f57 |
SJIS-WIN | ?????W | 001111110011111100111111001111110011111101010111 | 3f3f3f3f3f57 |
EUC-JP | ?????W | 001111110011111100111111001111110011111101010111 | 3f3f3f3f3f57 |
UTF-8 | 혥혱혙혢혙W | 11101101100110001010010111101101100110001011000111101101100110001001100111101101100110001010001011101101100110001001100101010111 | ed98a5ed98b1ed9899ed98a2ed989957 |
UHC | 혥혱혙혢혙W | 1100001010001101110000101001100011000010100001001100001010001011110000101000010001010111 | c28dc298c284c28bc28457 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)