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 | 顰懷孫銷 | 1110100011111100100111001110010110010001101101111110011111110111 | e8fc9ce591b7e7f7 |
EUC-JP | 顰懷孫銷 | 1111000011111110110110001110011111000010101110011110111011111001 | f0fed8e7c2b9eef9 |
UTF-8 | 顰懷孫銷 | 111010011010000110110000111001101000011110110111111001011010110110101011111010011000101010110111 | e9a1b0e687b7e5adabe98ab7 |
UHC | ?懷孫銷 | 00111111111111001110001111100001110111011110000111010001 | 3ffce3e1dde1d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)