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 | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 址?E址?EB | 100110101010110000111111010001011001101010101100001111110100010101000010 | 9aac3f459aac3f4542 |
EUC-JP | 址?E址?EB | 110101001010111000111111010001011101010010101110001111110100010101000010 | d4ae3f45d4ae3f4542 |
UTF-8 | 址렞E址렞EB | 111001011001110110000000111010111010000010011110010001011110010110011101100000001110101110100000100111100100010101000010 | e59d80eba09e45e59d80eba09e4542 |
UHC | 址렞E址렞EB | 1111001010100011100011101010111101000101111100101010001110001110101011110100010101000010 | f2a38eaf45f2a38eaf4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)