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 | ?盒?婦 | 001111111110000110110100001111111001010101110111 | 3fe1b43f9577 |
EUC-JP | ?盒?婦 | 001111111110001010110110001111111100100111011000 | 3fe2b63fc9d8 |
UTF-8 | 뤿盒쵌婦 | 111010111010010010111111111001111001101110010010111011001011010110001100111001011010100110100110 | eba4bfe79b92ecb58ce5a9a6 |
UHC | 뤿盒쵌婦 | 1000111111101011111110011110110010101100100011101101110011111110 | 8febf9ecac8edcfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)