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??? | 00111111001111110011111101000010001111110011111100111111 | 3f3f3f423f3f3f |
SJIS-WIN | 臾⑤?B維?? | 11100100011010111000011101000100001111110100001010001000110110110011111100111111 | e46b87443f4288db3f3f |
EUC-JP | 臾??B維?? | 111001111100110000111111001111110100001010110000110111010011111100111111 | e7cc3f3f42b0dd3f3f |
UTF-8 | 臾⑤쳭B維띾쳩 | 11101000100001111011111011100010100100011010010011101100101100111010110101000010111001111011011010101101111010111001110110111110111011001011001110101001 | e887bee291a4ecb3ad42e7b6adeb9dbeecb3a9 |
UHC | 臾⑤쳭B維띾쳩 | 11101011101011001010100011101011101010111001000101000010111010111010101110001101111010111010101110001110 | ebaca8ebab9142ebab8debab8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)