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 | ?ъ?彦? | 00111111100001001000110000111111100101010100011000111111 | 3f848c3f95463f |
EUC-JP | ?ъ?彦? | 00111111101001111110110000111111110010011010011100111111 | 3fa7ec3fc9a73f |
UTF-8 | 吳ъ쐴彦켃 | 1110010110010000101100111101000110001010111011001001000010110100111001011011110110100110111011001011110010000011 | e590b3d18aec90b4e5bda6ecbc83 |
UHC | 吳ъ쐴彦켃 | 11100111111011111010110011101100101111101010000111100101111010011011000101000010 | e7efacecbea1e5e9b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)