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 | 粧?章? | 100011111100111100111111100011111100110100111111 | 8fcf3f8fcd3f |
EUC-JP | 粧?章駙 | 1011111011010001001111111011111011001111100011111110100110101001 | bed13fbecf8fe9a9 |
UTF-8 | 粧렋章駙 | 111001111011001010100111111010111010000010001011111001111010101110100000111010011010011110011001 | e7b2a7eba08be7aba0e9a799 |
UHC | 粧렋章駙 | 1110110111110010100011101010001011101101111100011101110110111111 | edf28ea2edf1ddbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)