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 | 耀?熬 | 1001011101110011001111111110000010010010 | 97733fe092 |
EUC-JP | 耀?熬 | 1100110111010100001111111101111111110010 | cdd43fdff2 |
UTF-8 | 耀뷋熬 | 111010001000000010000000111010111011011110001011111001111000011010101100 | e88080ebb78be786ac |
UHC | 耀뷋熬 | 111010011010010110010100111110001110100010100010 | e9a594f8e8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)