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 | 狃琅牋獪 | 1110000010111011111000001110010011100000101011101110000011010100 | e0bbe0e4e0aee0d4 |
EUC-JP | 狃琅牋獪 | 1110000010111101111000001110011011100000101100001110000011010110 | e0bde0e6e0b0e0d6 |
UTF-8 | 狃琅牋獪 | 111001111000101110000011111001111001000010000101111001111000100110001011111001111000110110101010 | e78b83e79085e7898be78daa |
UHC | ?琅?獪 | 001111111101010111001010001111111111110011101010 | 3fd5ca3ffcea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)