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 | 00111111001111110011111101000001 | 3f3f3f41 |
SJIS-WIN | 銑腺繕A | 10010001010011001001000101000010100100010101010101000001 | 914c9142915541 |
EUC-JP | 銑腺繕A | 11000001101011011100000110100011110000011011011001000001 | c1adc1a3c1b641 |
UTF-8 | 銑腺繕A | 11101001100010101001000111101000100001011011101011100111101110011001010101000001 | e98a91e885bae7b99541 |
UHC | 銑腺繕A | 11100000110101011110000011001101111000001100101101000001 | e0d5e0cde0cb41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)