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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 閻舌盾 | 111010001000010110010000111000111000111110000010 | e88590e38f82 |
EUC-JP | 閻舌盾 | 111011111110010111000000111001011011110111100010 | efe5c0e5bde2 |
UTF-8 | 閻舌盾 | 111010011001011010111011111010001000100010001100111001111001101110111110 | e996bbe8888ce79bbe |
UHC | 閻舌盾 | 111001111010001011100000110111111110001011101010 | e7a2e0dfe2ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)