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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 楔?邵?矮 | 1001111010110110001111111110011110111000001111111110000111100010 | 9eb63fe7b83fe1e2 |
EUC-JP | 楔?邵?矮 | 1101110010111000001111111110111010111010001111111110001011100100 | dcb83feeba3fe2e4 |
UTF-8 | 楔蟬邵뾸矮 | 111001101010010110010100111010001001111110101100111010011000001010110101111010111011111010111000111001111001111110101110 | e6a594e89face982b5ebbeb8e79fae |
UHC | 楔蟬邵뾸矮 | 11100000110110111110000011010001111000011101000010010111011110101110100011100001 | e0dbe0d1e1d0977ae8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)