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 | 凹??預θ | 1000100110011010001111110011111110010111011000011000001111000110 | 899a3f3f976183c6 |
EUC-JP | 凹??預θ | 1011000111111010001111110011111111001101110000101010011011001000 | b1fa3f3fcdc2a6c8 |
UTF-8 | 凹사낼預θ | 1110010110000111101110011110110010000010101011001110101110000010101111001110100110100000100100001100111010111000 | e587b9ec82aceb82bce9a090ceb8 |
UHC | 凹사낼預θ | 11101000111010101011101111100111101100111011111011100111111010001010010111101000 | e8eabbe7b3bee7e8a5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)