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 | 逕夥彫 | 111001111001010010011010111011001001001010100100 | e7949aec92a4 |
EUC-JP | 逕夥彫 | 111011011111010011010100111011101100010010100110 | edf4d4eec4a6 |
UTF-8 | 逕夥彫 | 111010011000000010010101111001011010010010100101111001011011110110101011 | e98095e5a4a5e5bdab |
UHC | 逕?彫 | 1100110011101111001111111111000011000001 | ccef3ff0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)