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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 崇??^ | 1001000010010010001111110011111101011110 | 90923f3f5e |
EUC-JP | 崇??^ | 1011111111110010001111110011111101011110 | bff23f3f5e |
UTF-8 | 崇롥돭^ | 11100101101101001000011111101011101000011010010111101011100011111010110101011110 | e5b487eba1a5eb8fad5e |
UHC | 崇롥돭^ | 11100010111111011000111011100101100010011011000001011110 | e2fd8ee589b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)