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 | 凋?轅倚?? | 100100101001110000111111111001110111011010011000110111110011111100111111 | 929c3fe77698df3f3f |
EUC-JP | 凋?轅倚?? | 110000111111110000111111111011011101011111010000111000010011111100111111 | c3fc3fedd7d0e13f3f |
UTF-8 | 凋롚轅倚렮렢 | 111001011000011110001011111010111010000110011010111010001011110110000101111001011000000010011010111010111010000010101110111010111010000010100010 | e5878beba19ae8bd85e5809aeba0aeeba0a2 |
UHC | 凋롚轅倚렮렢 | 111100001011110110001110110111101110101010111111111010111110111110001110101110111000111010110011 | f0bd8edeeabfebef8ebb8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)