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 | 兄??猥η? | 100011000101101000111111001111111110000011001110100000111100010100111111 | 8c5a3f3fe0ce83c53f |
EUC-JP | 兄??猥η? | 101101111011101100111111001111111110000011010000101001101100011100111111 | b7bb3f3fe0d0a6c73f |
UTF-8 | 兄잍꼇猥η뮵 | 1110010110000101100001001110110010011110100011011110101010111100100001111110011110001100101001011100111010110111111010111010111010110101 | e58584ec9e8deabc87e78ca5ceb7ebaeb5 |
UHC | 兄잍꼇猥η뮵 | 111110101111110010011111111001101011001010111011111010001110010110100101111001111001001010111101 | fafc9fe6b2bbe8e5a5e792bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)