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 | 倭??遙b? | 100110000110000000111111001111111110101010100001100000101000001000111111 | 98603f3feaa182823f |
EUC-JP | 倭??遙b? | 110011111100000100111111001111111111010010100011101000111110001000111111 | cfc13f3ff4a3a3e23f |
UTF-8 | 倭뗰쉼遙b뀳 | 111001011000000010101101111010111001011110110000111011001000100110111100111010011000000110011001111011111011110110000010111010111000000010110011 | e580adeb97b0ec89bce98199efbd82eb80b3 |
UHC | 倭뗰쉼遙b뀳 | 111010001101111010001011111011111011110110110000111010011010101110100011111000101000010110101001 | e8de8befbdb0e9aba3e285a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)