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 | O³¡B | 100100100100111110010001101100111001000110011111100100011010000101000010 | 924f91b3919f91a142 |
SJIS-WIN | ?O??????B | 001111110100111100111111001111110011111100111111001111110011111101000010 | 3f4f3f3f3f3f3f3f42 |
EUC-JP | ?O?????¡B | 0011111101001111001111110011111100111111001111110011111110001111101000101100001001000010 | 3f4f3f3f3f3f3f8fa2c242 |
UTF-8 | O³¡B | 11000010100100100100111111000010100100011100001010110011110000101001000111000010100111111100001010010001110000101010000101000010 | c2924fc291c2b3c291c29fc291c2a142 |
UHC | ?O?³???¡B | 0011111101001111001111111010100111111000001111110011111100111111101000101010111001000010 | 3f4f3fa9f83f3f3fa2ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)