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 | 檍??晤?? | 1001111011111000001111110011111110011101111010110011111100111111 | 9ef83f3f9deb3f3f |
EUC-JP | 檍??晤?? | 1101110011111010001111110011111111011010111011010011111100111111 | dcfa3f3fdaed3f3f |
UTF-8 | 檍됵쪗晤흖뮯 | 111001101010101010001101111010111001000010110101111011001010101010010111111001101001100110100100111011011001110110010110111010111010111010101111 | e6aa8deb90b5ecaa97e699a4ed9d96ebaeaf |
UHC | 檍됵쪗晤흖뮯 | 111001011110010110001001111011111010010110010001111001111111101111001000111010001001001010111000 | e5e589efa591e7fbc8e892b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)