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 | ??????W | 00111111001111110011111100111111001111110011111101010111 | 3f3f3f3f3f3f57 |
SJIS-WIN | 映??絶??W | 100010010110011000111111001111111001000011100010001111110011111101010111 | 89663f3f90e23f3f57 |
EUC-JP | 映??絶??W | 101100011100011100111111001111111100000011100100001111110011111101010111 | b1c73f3fc0e43f3f57 |
UTF-8 | 映드졃絶쏂릡W | 11100110100110001010000011101011100100111001110011101100101000011000001111100111101101011011011011101100100011111000001011101011101001101010000101010111 | e698a0eb939ceca183e7b5b6ec8f82eba6a157 |
UHC | 映드졃絶쏂릡W | 11100111101100011011010111100101101000001011010011101111101111101001101111101000100100001000001101010111 | e7b1b5e5a0b4efbe9be8908357 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)