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 | 闍。諡キ豁顛 | 11101000100010111010000111100110100010111011011111100110101011011001001101011110 | e88ba1e68bb7e6ad935e |
EUC-JP | 闍。諡キ豁顛 | 111011111110101110001110101000011110101111101011100011101011011111101100101011111100010110111111 | efeb8ea1ebeb8eb7ecafc5bf |
UTF-8 | 闍。諡キ豁顛 | 111010011001011110001101111011111011110110100001111010001010101110100001111011111011110110110111111010001011000110000001111010011010000110011011 | e9978defbda1e8aba1efbdb7e8b181e9a19b |
UHC | ??諡?豁? | 0011111100111111111000111100110100111111111111001100001100111111 | 3f3fe3cd3ffcc33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)