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 | 訒夂貍槫豬 | 11111011101000111001101011100111111001101011110010011110111001011110011010110101 | fba39ae7e6bc9ee5e6b5 |
EUC-JP | 訒夂貍槫豬 | 1000111111011101110010001101010011101001111011001011111011011100111001111110110010110111 | 8fddc8d4e9ecbedce7ecb7 |
UTF-8 | 訒夂貍槫豬 | 111010001010100010010010111001011010010010000010111010001011001010001101111001101010011110101011111010001011000110101100 | e8a892e5a482e8b28de6a7abe8b1ac |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)