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 | ??ø??B | 001111110011111111111000001111110011111101000010 | 3f3ff83f3f42 |
SJIS-WIN | 癲??有?B | 1110000110011111001111110011111110010111010011000011111101000010 | e19f3f3f974c3f42 |
EUC-JP | 癲?ø有?B | 11100010101000010011111110001111101010011100110011001101101011010011111101000010 | e2a13f8fa9cccdad3f42 |
UTF-8 | 癲잙ø有숥B | 111001111001100110110010111011001001111010011001110000111011100011100110100111001000100111101100100010001010010101000010 | e799b2ec9e99c3b8e69c89ec88a542 |
UHC | 癲잙ø有숥B | 1110111110100110100111111110101110101001101010101110101011110011100110100100001001000010 | efa69feba9aaeaf39a4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)