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 | 癲??油η? | 111000011001111100111111001111111001011011111011100000111100010100111111 | e19f3f3f96fb83c53f |
EUC-JP | 癲??油η? | 111000101010000100111111001111111100110011111101101001101100011100111111 | e2a13f3fccfda6c73f |
UTF-8 | 癲앪몺油η맧 | 1110011110011001101100101110110010010101101010101110101110101010101110101110011010110010101110011100111010110111111010111010011110100111 | e799b2ec95aaebaabae6b2b9ceb7eba7a7 |
UHC | 癲앪몺油η맧 | 111011111010011010011101111000101001000110100000111010101111101010100101111001111001000010110000 | efa69de291a0eafaa5e790b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)