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 | ???E???EB | 001111110011111100111111010001010011111100111111001111110100010101000010 | 3f3f3f453f3f3f4542 |
SJIS-WIN | ???E???EB | 001111110011111100111111010001010011111100111111001111110100010101000010 | 3f3f3f453f3f3f4542 |
EUC-JP | ???E???EB | 001111110011111100111111010001010011111100111111001111110100010101000010 | 3f3f3f453f3f3f4542 |
UTF-8 | 了묋뮅E了묋뮅EB | 111011111010011010111010111010111010110010001011111010111010111010000101010001011110111110100110101110101110101110101100100010111110101110101110100001010100010101000010 | efa6baebac8bebae8545efa6baebac8bebae854542 |
UHC | 了묋뮅E了묋뮅EB | 111010001110011110010001111010001001001010010100010001011110100011100111100100011110100010010010100101000100010101000010 | e8e791e8929445e8e791e892944542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)