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 | 凹??燁?━ | 100010011001101000111111001111111111101101011001001111111000010010101010 | 899a3f3ffb593f84aa |
EUC-JP | 凹??燁?━ | 10110001111110100011111100111111100011111100101010110011001111111010100010101100 | b1fa3f3f8fcab33fa8ac |
UTF-8 | 凹듐꺂燁뗨━ | 111001011000011110111001111010111001001110010000111010101011101010000010111001111000011110000001111010111001011110101000111000101001010010000001 | e587b9eb9390eaba82e78781eb97a8e29481 |
UHC | 凹듐꺂燁뗨━ | 111010001110101010110101111000111000001110101011111001111010011110001011111010001010011010101100 | e8eab5e383abe7a78be8a6ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)