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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 依l?豫?依 | 10001000110010111000001010001100001111111001100010101100001111111000100011001011 | 88cb828c3f98ac3f88cb |
EUC-JP | 依l?豫?依 | 10110000110011011010001111101100001111111101000010101110001111111011000011001101 | b0cda3ec3fd0ae3fb0cd |
UTF-8 | 依l뵇豫컃依 | 111001001011111010011101111011111011110110001100111010111011010110000111111010001011000110101011111011001011101110000011111001001011111010011101 | e4be9defbd8cebb587e8b1abecbb83e4be9d |
UHC | 依l뵇豫컃依 | 111010111110111010100011111011001001010010001101111001111110001110110000011010001110101111101110 | ebeea3ec948de7e3b068ebee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)