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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 拙?證?剪 | 1001000011011001001111111110011010011010001111111001100110010010 | 90d93fe69a3f9992 |
EUC-JP | 拙?證?剪 | 1100000011011011001111111110101111111010001111111101000111110010 | c0db3febfa3fd1f2 |
UTF-8 | 拙렠證렖剪 | 111001101000101110011001111010111010000010100000111010001010110110001001111010111010000010010110111001011000100110101010 | e68b99eba0a0e8ad89eba096e589aa |
UHC | 拙렠證렖剪 | 11110000111100001000111010110001111100011111101110001110101010111110111011110010 | f0f08eb1f1fb8eabeef2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)