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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 彧冗諄? | 11111010101110011000111111100111111001100111100000111111 | fab98fe7e6783f |
EUC-JP | 彧冗諄? | 1000111110111100111111101011111011101001111010111101100100111111 | 8fbcfebee9ebd93f |
UTF-8 | 彧冗諄曆 | 111001011011110110100111111001011000011010010111111010001010101110000100111011111010011010001011 | e5bda7e58697e8ab84efa68b |
UHC | 彧冗諄曆 | 1110100111101110111010011011011111100010111101001110011010110111 | e9eee9b7e2f4e6b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)