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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???踰??? | 0011111100111111001111111110011011111010001111110011111100111111 | 3f3f3fe6fa3f3f3f |
EUC-JP | ???踰??? | 0011111100111111001111111110110011111100001111110011111100111111 | 3f3f3fecfc3f3f3f |
UTF-8 | 嶺뚮툖踰㎫뵳行 | 111011111010011010101011111010111001101010101110111011011000100010010110111010001011100010110000111000111000111010101011111010111011010110110011111011111010100010001000 | efa6abeb9aaeed8896e8b8b0e38eabebb5b3efa888 |
UHC | 嶺뚮툖踰㎫뵳行 | 1110011110101101100011001110101110111000100011011110101110110010101001111110011110010100101100011111101010100001 | e7ad8cebb88debb2a7e794b1faa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)