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 | 阿??傲肥 | 1000100010100010001111110011111110011000111111001001010011101100 | 88a23f3f98fc94ec |
EUC-JP | 阿??傲肥 | 1011000010100100001111110011111111010000111111101100100011101110 | b0a43f3fd0fec8ee |
UTF-8 | 阿렊뤸傲肥 | 111010011001100010111111111010111010000010001010111010111010010010111000111001011000001010110010111010001000001010100101 | e998bfeba08aeba4b8e582b2e882a5 |
UHC | 阿렊뤸傲肥 | 11100100101110011000111010100001100011111110011011100111111011001101110111111110 | e4b98ea18fe6e7ecddfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)