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 | ???y\ | 0011111100111111001111110111100101011100 | 3f3f3f795c |
SJIS-WIN | 蔗丞蛤y\ | 1110010011110010100011111110010110010100101110000111100101011100 | e4f28fe594b8795c |
EUC-JP | 蔗丞蛤y\ | 1110100011110100101111101110011111001000101110100111100101011100 | e8f4bee7c8ba795c |
UTF-8 | 蔗丞蛤y\ | 1110100010010100100101111110010010111000100111101110100010011011101001000111100101011100 | e89497e4b89ee89ba4795c |
UHC | 蔗丞蛤y\ | 1110110110111101111000111010101011111001111011010111100101011100 | edbde3aaf9ed795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)