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 | ?A?? | 00111111010000010011111100111111 | 3f413f3f |
SJIS-WIN | 喇A?硫 | 100110100110100001000001001111111001011110110000 | 9a68413f97b0 |
EUC-JP | 喇A?硫 | 110100111100100101000001001111111100111010110010 | d3c9413fceb2 |
UTF-8 | 喇A㎭硫 | 11100101100101101000011101000001111000111000111010101101111001111010000110101011 | e5968741e38eade7a1ab |
UHC | 喇A㎭硫 | 11010100111110100100000110100111111000011101011110111100 | d4fa41a7e1d7bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)