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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 繹????? | 11100011100010000011111100111111001111110011111100111111 | e3883f3f3f3f3f |
EUC-JP | 繹??艅?? | 111001011110100000111111001111111000111111010110111111010011111100111111 | e5e83f3f8fd6fd3f3f |
UTF-8 | 繹울슨艅놂쉘 | 111001111011100110111001111011001001101010111000111011001000101010101000111010001000100110000101111010111000011010000010111011001000100110011000 | e7b9b9ec9ab8ec8aa8e88985eb8682ec8998 |
UHC | 繹울슨艅놂쉘 | 111001101011101010111111111011111011110110111100111001101010100110110011111011111011110110101001 | e6babfefbdbce6a9b3efbda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)