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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 隨ウ貅ス\ | 11100111101011001011001111100110101110101011110101011100 | e7acb3e6babd5c |
EUC-JP | 隨ウ貅ス\ | 111011101010111010001110101100111110110010111100100011101011110101011100 | eeae8eb3ecbc8ebd5c |
UTF-8 | 隨ウ貅ス\ | 11101001100110101010100011101111101111011011001111101000101100101000010111101111101111011011110101011100 | e99aa8efbdb3e8b285efbdbd5c |
UHC | 隨???\ | 111000101100101100111111001111110011111101011100 | e2cb3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)