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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 躁?辯 | 1110011101001110001111111110011110000111 | e74e3fe787 |
EUC-JP | 躁?辯 | 1110110110101111001111111110110111100111 | edaf3fede7 |
UTF-8 | 躁ㅻ辯 | 111010001011101010000001111000111000010110111011111010001011111010101111 | e8ba81e385bbe8beaf |
UHC | 躁ㅻ辯 | 111100001110001010100100111010111101110010101010 | f0e2a4ebdcaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)