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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 域?ぐ? | 100010001110011000111111100000101010111000111111 | 88e63f82ae3f |
EUC-JP | 域?ぐ? | 101100001110100000111111101001001011000000111111 | b0e83fa4b03f |
UTF-8 | 域⑵ぐ僚 | 111001011001111110011111111000101001000110110101111000111000000110010000111011111010011010111011 | e59f9fe291b5e38190efa6bb |
UHC | 域⑵ぐ僚 | 1110011010110100101010011110100010101010101100001110100011101000 | e6b4a9e8aab0e8e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)