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 | 耀?紆 | 1001011101110011001111111110001011111100 | 97733fe2fc |
EUC-JP | 耀?紆 | 1100110111010100001111111110010011111110 | cdd43fe4fe |
UTF-8 | 耀曆紆 | 111010001000000010000000111011111010011010001011111001111011010010000110 | e88080efa68be7b486 |
UHC | 耀曆紆 | 111010011010010111100110101101111110100111100001 | e9a5e6b7e9e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)