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 | 邵簿楳崧ュ | 111001111011100010010101111010111001010010000000111110101010111110101101 | e7b895eb9480faafad |
EUC-JP | 邵簿楳崧ュ | 1110111010111010110010101110110111000111111000001000111110111011110010101000111010101101 | eebacaedc7e08fbbca8ead |
UTF-8 | 邵簿楳崧ュ | 111010011000001010110101111001111011000010111111111001101010010110110011111001011011010010100111111011111011110110101101 | e982b5e7b0bfe6a5b3e5b4a7efbdad |
UHC | 邵簿?崧? | 1110000111010000110111011010110100111111111000101111111000111111 | e1d0ddad3fe2fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)