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 | 粧捧? | 1000111111001111100101011111100100111111 | 8fcf95f93f |
EUC-JP | 粧捧? | 1011111011010001110010101111101100111111 | bed1cafb3f |
UTF-8 | 粧捧렊 | 111001111011001010100111111001101000110110100111111010111010000010001010 | e7b2a7e68da7eba08a |
UHC | 粧捧렊 | 111011011111001011011100111010011000111010100001 | edf2dce98ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)