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 | 鞨剰シ批 | 11101000111000001000111111101000101111001001010011100001 | e8e08fe8bc94e1 |
EUC-JP | 鞨剰シ批 | 1111000011100010101111101110101010001110101111001100100011100011 | f0e2beea8ebcc8e3 |
UTF-8 | 鞨剰シ批 | 111010011001111010101000111001011000100110110000111011111011110110111100111001101000100110111001 | e99ea8e589b0efbdbce689b9 |
UHC | 鞨??批 | 110010101110101000111111001111111101110111101011 | caea3f3fddeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)