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 | 逡ッ﨑渓 | 11100111100101011010111111111010101100011000110001101011 | e795affab18c6b |
EUC-JP | 逡ッ?渓 | 11101101111101011000111010101111001111111011011111001100 | edf58eaf3fb7cc |
UTF-8 | 逡ッ﨑渓 | 111010011000000010100001111011111011110110101111111011111010100010010001111001101011100010010011 | e980a1efbdafefa891e6b893 |
UHC | 逡??? | 1111000111100100001111110011111100111111 | f1e43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)