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 | 邂呎サ | 1110011110101110100110011110011010111011 | e7ae99e6bb |
EUC-JP | 邂呎サ | 111011101011000011010010111010001000111010111011 | eeb0d2e88ebb |
UTF-8 | 邂呎サ | 111010011000001010000010111001011001000110001110111011111011110110111011 | e98282e5918eefbdbb |
UHC | 邂?? | 11111010101100110011111100111111 | fab33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)