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 | 紵るΓ蟠 | 1110001101001001100000101110100110000011101000011110010110110100 | e34982e983a1e5b4 |
EUC-JP | 紵るΓ蟠 | 1110010110101010101001001110101110100110101000111110101010110110 | e5aaa4eba6a3eab6 |
UTF-8 | 紵るΓ蟠 | 1110011110110100101101011110001110000010100010111100111010010011111010001001111110100000 | e7b4b5e3828bce93e89fa0 |
UHC | 紵るΓ蟠 | 1110111011000111101010101110101110100101110000111101101011110110 | eec7aaeba5c3daf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)