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 | 雲????冪 | 1000100101011111001111110011111100111111001111111001100101110000 | 895f3f3f3f3f9970 |
EUC-JP | 雲????冪 | 1011000111000000001111110011111100111111001111111101000111010001 | b1c03f3f3f3fd1d1 |
UTF-8 | 雲띨렋ㅽ렒冪 | 111010011001101110110010111010111001110110101000111010111010000010001011111000111000010110111101111010111010000010010010111001011000011010101010 | e99bb2eb9da8eba08be385bdeba092e586aa |
UHC | 雲띨렋ㅽ렒冪 | 111010101010001110110110111011101000111010100010101001001110110110001110101001111101100011110001 | eaa3b6ee8ea2a4ed8ea7d8f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)