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 | ?W?NB | 0011111101010111001111110100111001000010 | 3f573f4e42 |
SJIS-WIN | 咤W咤NB | 10011010010000100101011110011010010000100100111001000010 | 9a42579a424e42 |
EUC-JP | 咤W咤NB | 11010011101000110101011111010011101000110100111001000010 | d3a357d3a34e42 |
UTF-8 | 咤W咤NB | 111001011001001010100100010101111110010110010010101001000100111001000010 | e592a457e592a44e42 |
UHC | 咤W咤NB | 11110110111000110101011111110110111000110100111001000010 | f6e357f6e34e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)