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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 灼室 | 100011101101110011110010110100001000111010111010 | 8edcf2d08eba |
EUC-JP | 灼?室 | 1011110011011110001111111011110010111100 | bcde3fbcbc |
UTF-8 | 灼室 | 111001111000000110111100111011101000100010000111111001011010111010100100 | e781bcee8887e5aea4 |
UHC | 灼?室 | 1110110111000111001111111110001111111000 | edc73fe3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)