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 | ???WB | 0011111100111111001111110101011101000010 | 3f3f3f5742 |
SJIS-WIN | 蜚丞蛤WB | 1110010110010100100011111110010110010100101110000101011101000010 | e5948fe594b85742 |
EUC-JP | 蜚丞蛤WB | 1110100111110100101111101110011111001000101110100101011101000010 | e9f4bee7c8ba5742 |
UTF-8 | 蜚丞蛤WB | 1110100010011100100110101110010010111000100111101110100010011011101001000101011101000010 | e89c9ae4b89ee89ba45742 |
UHC | 蜚丞蛤WB | 1101111010100100111000111010101011111001111011010101011101000010 | dea4e3aaf9ed5742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)