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? | 00111111001111110011111100111111001111110100010100111111 | 3f3f3f3f3f453f |
SJIS-WIN | ??普??E? | 0011111100111111100101011000000100111111001111110100010100111111 | 3f3f95813f3f453f |
EUC-JP | ??普??E? | 0011111100111111110010011110000100111111001111110100010100111111 | 3f3fc9e13f3f453f |
UTF-8 | 렻┙普┙렮E렻 | 11101011101000001011101111100010100101001001100111100110100110011010111011100010100101001001100111101011101000001010111001000101111010111010000010111011 | eba0bbe29499e699aee29499eba0ae45eba0bb |
UHC | 렻┙普┙렮E렻 | 10001110110000111010011011000100110111001100010110100110110001001000111010111011010001011000111011000011 | 8ec3a6c4dcc5a6c48ebb458ec3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)