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 | 瞎矍鈔 | 1110000111010000111100001010100011100001110111011110011111100010 | e1d0f0a8e1dde7e2 |
EUC-JP | 瞎?矍鈔 | 11100010110100100011111111100010110111111110111011100100 | e2d23fe2dfeee4 |
UTF-8 | 瞎矍鈔 | 111001111001111010001110111011101000000110100111111001111001111110001101111010011000100010010100 | e79e8eee81a7e79f8de98894 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)