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 | 閻??閻 | 111010001000010100111111001111111110100010000101 | e8853f3fe885 |
EUC-JP | 閻??閻 | 111011111110010100111111001111111110111111100101 | efe53f3fefe5 |
UTF-8 | 閻⑵뼓閻 | 111010011001011010111011111000101001000110110101111010111011110010010011111010011001011010111011 | e996bbe291b5ebbc93e996bb |
UHC | 閻⑵뼓閻 | 1110011110100010101010011110100010010110100110111110011110100010 | e7a2a9e8969be7a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)