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 | ??O??? | 001111110011111101001111001111110011111100111111 | 3f3f4f3f3f3f |
SJIS-WIN | 楮?O栽?園 | 100111101011100000111111010011111000110111001101001111111000100110000000 | 9eb83f4f8dcd3f8980 |
EUC-JP | 楮?O栽?園 | 110111001011101000111111010011111011101011001111001111111011000111100000 | dcba3f4fbacf3fb1e0 |
UTF-8 | 楮렡O栽렕園 | 11100110101001011010111011101011101000001010000101001111111001101010000010111101111010111010000010010101111001011001110010010010 | e6a5aeeba0a14fe6a0bdeba095e59c92 |
UHC | 楮렡O栽렕園 | 1110111010111111100011101011001001001111111011101010100010001110101010101110101010101110 | eebf8eb24feea88eaaeaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)