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 | ???[ | 00111111001111110011111101011011 | 3f3f3f5b |
SJIS-WIN | ゙゙[ | 1101111011110011110111111101111001011011 | def3dfde5b |
EUC-JP | ゙?゙[ | 100011101101111000111111100011101101111001011011 | 8ede3f8ede5b |
UTF-8 | ゙゙[ | 11101111101111101001111011101110100010111001001011101111101111101001111001011011 | efbe9eee8b92efbe9e5b |
UHC | ???[ | 00111111001111110011111101011011 | 3f3f3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)