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 | 疾鹿頌シュ鉀 | 10001110101111101000111010101101111010001111000110111100101011011111101111000101 | 8ebe8eade8f1bcadfbc5 |
EUC-JP | 疾鹿頌シュ鉀 | 10111100110000001011110010101111111100001111001110001110101111001000111010101101100011111110001111011000 | bcc0bcaff0f38ebc8ead8fe3d8 |
UTF-8 | 疾鹿頌シュ鉀 | 111001111001011010111110111010011011100110111111111010011010000010001100111011111011110110111100111011111011110110101101111010011000100110000000 | e796bee9b9bfe9a08cefbdbcefbdade98980 |
UHC | 疾鹿頌??鉀 | 11110010111100001101011011100011111000011110101100111111001111111100101110100101 | f2f0d6e3e1eb3f3fcba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)