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???I | 0011111100111111001111110100010100111111001111110011111101001001 | 3f3f3f453f3f3f49 |
SJIS-WIN | ???E???I | 0011111100111111001111110100010100111111001111110011111101001001 | 3f3f3f453f3f3f49 |
EUC-JP | ???E???I | 0011111100111111001111110100010100111111001111110011111101001001 | 3f3f3f453f3f3f49 |
UTF-8 | 묷뭊稅E묷뭊稅I | 1110101110101100101101111110101110101101100010101110011110101000100001010100010111101011101011001011011111101011101011011000101011100111101010001000010101001001 | ebacb7ebad8ae7a88545ebacb7ebad8ae7a88549 |
UHC | 묷뭊稅E묷뭊稅I | 1001001001001011100100100101010111100001101010100100010110010010010010111001001001010101111000011010101001001001 | 924b9255e1aa45924b9255e1aa49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)