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 | 眈粭牋獪 | 1110000110111100111000101110010011100000101011101110000011010100 | e1bce2e4e0aee0d4 |
EUC-JP | 眈粭牋獪 | 1110001010111110111001001110011011100000101100001110000011010110 | e2bee4e6e0b0e0d6 |
UTF-8 | 眈粭牋獪 | 111001111001110010001000111001111011001010101101111001111000100110001011111001111000110110101010 | e79c88e7b2ade7898be78daa |
UHC | 眈??獪 | 111101111010111100111111001111111111110011101010 | f7af3f3ffcea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)