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 | 漬?縡??? | 1001001011010000001111111110001101110001001111110011111100111111 | 92d03fe3713f3f3f |
EUC-JP | 漬?縡??? | 1100010011010010001111111110010111010010001111110011111100111111 | c4d23fe5d23f3f3f |
UTF-8 | 漬렠縡렭裏렦 | 111001101011110010101100111010111010000010100000111001111011100010100001111010111010000010101101111011111010011110100111111010111010000010100110 | e6bcaceba0a0e7b8a1eba0adefa7a7eba0a6 |
UHC | 漬렠縡렭裏렦 | 111100101011000010001110101100011110111010101101100011101011101011101100110000001000111010110101 | f2b08eb1eead8ebaecc08eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)