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 | ?????¨ | 001111110011111100111111001111110011111110101000 | 3f3f3f3f3fa8 |
SJIS-WIN | 癲??魚?¨ | 111000011001111100111111001111111000101110011011001111111000000101001110 | e19f3f3f8b9b3f814e |
EUC-JP | 癲??魚?¨ | 111000101010000100111111001111111011010111111011001111111010000110101111 | e2a13f3fb5fb3fa1af |
UTF-8 | 癲쏅넮魚낅¨ | 1110011110011001101100101110110010001111100001011110101110000100101011101110100110101101100110101110101110000010100001011100001010101000 | e799b2ec8f85eb84aee9ad9aeb8285c2a8 |
UHC | 癲쏅넮魚낅¨ | 111011111010011010011011111010111000011010101101111001011110000010000101111010111010000110100111 | efa69beb86ade5e085eba1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)