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 | ?岩隘因 | 00111111100010101110001011101000101001011000100011110110 | 3f8ae2e8a588f6 |
EUC-JP | ?岩隘因 | 00111111101101001110010011110000101001111011000011111000 | 3fb4e4f0a7b0f8 |
UTF-8 | 솝岩隘因 | 111011001000011010011101111001011011001010101001111010011001101010011000111001011001101110100000 | ec869de5b2a9e99a98e59ba0 |
UHC | 솝岩隘因 | 1011110011011001111001001101101111100100111101101110110011010111 | bcd9e4dbe4f6ecd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)