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 | 畑?? | 10010100101010000011111100111111 | 94a83f3f |
EUC-JP | 畑?? | 11001000101010100011111100111111 | c8aa3f3f |
UTF-8 | 畑듬뿭 | 111001111001010110010001111010111001001110101100111010111011111110101101 | e79591eb93acebbfad |
UHC | 畑듬뿭 | 111011111010010110110101111010111001011110101101 | efa5b5eb97ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)