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 | 倭??移▼? | 100110000110000000111111001111111000100011011010100000011010010100111111 | 98603f3f88da81a53f |
EUC-JP | 倭??移▼? | 110011111100000100111111001111111011000011011100101000101010011100111111 | cfc13f3fb0dca2a73f |
UTF-8 | 倭멸퀋移▼뛾 | 111001011000000010101101111010111010100110111000111011011000000010001011111001111010011110111011111000101001011010111100111010111001101110111110 | e580adeba9b8ed808be7a7bbe296bceb9bbe |
UHC | 倭멸퀋移▼뛾 | 111010001101111010111000111010101011001110000001111011001011100110100001111001011000110110000100 | e8deb8eab381ecb9a1e58d84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)