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 | 咀捧?? | 100110011111000010010101111110010011111100111111 | 99f095f93f3f |
EUC-JP | 咀捧?? | 110100101111001011001010111110110011111100111111 | d2f2cafb3f3f |
UTF-8 | 咀捧렣렭 | 111001011001001010000000111001101000110110100111111010111010000010100011111010111010000010101101 | e59280e68da7eba0a3eba0ad |
UHC | 咀捧렣렭 | 1110111010111010110111001110100110001110101101001000111010111010 | eebadce98eb48eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)