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 | 畏ц? | 1000100011011000100001001000100000111111 | 88d884883f |
EUC-JP | 畏ц? | 1011000011011010101001111110100000111111 | b0daa7e83f |
UTF-8 | 畏ц끆 | 1110011110010101100011111101000110000110111010111000000110000110 | e7958fd186eb8186 |
UHC | 畏ц끆 | 111010001110011010101100111010001000010110111010 | e8e6ace885ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)