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 | 111011111010011110001011111010111011100010000000111011001000110110100011010001011110111110100111100010111110101110111000100000001110110010001101101000110100010101000010 | efa78bebb880ec8da345efa78bebb880ec8da34542 |
UHC | 溜븀썣E溜븀썣EB | 111010101111111010111010111001111001101110010110010001011110101011111110101110101110011110011011100101100100010101000010 | eafebae79b9645eafebae79b964542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)