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 | 衙煙? | 1110010111001001100010011000110000111111 | e5c9898c3f |
EUC-JP | 衙煙? | 1110101011001011101100011110110000111111 | eacbb1ec3f |
UTF-8 | 衙煙뤾 | 111010001010000110011001111001111000010110011001111010111010010010111110 | e8a199e78599eba4be |
UHC | 衙煙뤾 | 111001001011011111100110110101011000111111101010 | e4b7e6d58fea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)