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 | ???鸚?? | 00111111001111110011111111101010010111110011111100111111 | 3f3f3fea5f3f3f |
EUC-JP | ???鸚?? | 00111111001111110011111111110011110000000011111100111111 | 3f3f3ff3c03f3f |
UTF-8 | 辰됮뜟鸚룈떕 | 111011111010010110110001111010111001000010101110111010111001110010011111111010011011100010011010111010111010001110001000111010111001011010010101 | efa5b1eb90aeeb9c9fe9b89aeba388eb9695 |
UHC | 辰됮뜟鸚룈떕 | 111000111111010110001001111010011000110110100010111001011010010010001111100001111000101110101011 | e3f589e98da2e5a48f878bab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)