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 | 邵ア繞サ | 111001111011100010110001111000111000010110111011 | e7b8b1e385bb |
EUC-JP | 邵ア繞サ | 1110111010111010100011101011000111100101111001011000111010111011 | eeba8eb1e5e58ebb |
UTF-8 | 邵ア繞サ | 111010011000001010110101111011111011110110110001111001111011100110011110111011111011110110111011 | e982b5efbdb1e7b99eefbdbb |
UHC | 邵?繞? | 111000011101000000111111111010011010010000111111 | e1d03fe9a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)