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 | 辟瑚、占ウ | 1110011110000100100011001110100010100100100100001110100010110011 | e7848ce8a490e8b3 |
EUC-JP | 辟瑚、占ウ | 11101101111001001011100011101010100011101010010011000000111010101000111010110011 | ede4b8ea8ea4c0ea8eb3 |
UTF-8 | 辟瑚、占ウ | 111010001011111010011111111001111001000110011010111011111011110110100100111001011000110110100000111011111011110110110011 | e8be9fe7919aefbda4e58da0efbdb3 |
UHC | ?瑚?占? | 00111111111110111101000100111111111011111011111100111111 | 3ffbd13fefbf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)