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 | 猷ロ?循 | 10010111010100011000001110001101001111111000111101111010 | 9751838d3f8f7a |
EUC-JP | 猷ロ?循 | 11001101101100101010010111101101001111111011110111011011 | cdb2a5ed3fbddb |
UTF-8 | 猷ロ쐛循 | 111001111000110010110111111000111000001110101101111011001001000010011011111001011011111010101010 | e78cb7e383adec909be5beaa |
UHC | 猷ロ쐛循 | 1110101110100011101010111110110110011100100000011110001011100000 | eba3abed9c81e2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)