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 | 実鴆室疾 | 1000111011000000111010011110111110001110101110101000111010111110 | 8ec0e9ef8eba8ebe |
EUC-JP | 実鴆室疾 | 1011110011000010111100101111000110111100101111001011110011000000 | bcc2f2f1bcbcbcc0 |
UTF-8 | 実鴆室疾 | 111001011010111010011111111010011011010010000110111001011010111010100100111001111001011010111110 | e5ae9fe9b486e5aea4e796be |
UHC | ??室疾 | 001111110011111111100011111110001111001011110000 | 3f3fe3f8f2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)