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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 瞠砠\ | 1110000111010011111000011110011101011100 | e1d3e1e75c |
EUC-JP | 瞠砠\ | 1110001011010101111000101110100101011100 | e2d5e2e95c |
UTF-8 | 瞠砠\ | 11100111100111101010000011100111101000001010000001011100 | e79ea0e7a0a05c |
UHC | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)