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 | 鸚??椅η? | 111010100101111100111111001111111000100011010110100000111100010100111111 | ea5f3f3f88d683c53f |
EUC-JP | 鸚??椅η? | 111100111100000000111111001111111011000011011000101001101100011100111111 | f3c03f3fb0d8a6c73f |
UTF-8 | 鸚쒓퍒椅η뵳 | 1110100110111000100110101110110010010010100100111110110110001101100100101110011010100100100001011100111010110111111010111011010110110011 | e9b89aec9293ed8d92e6a485ceb7ebb5b3 |
UHC | 鸚쒓퍒椅η뵳 | 111001011010010010011100111010101011101110001001111010111111010110100101111001111001010010110001 | e5a49ceabb89ebf5a5e794b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)