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 | 壹梳昃 | 100110101110001110011110100000001001110111011110 | 9ae39e809dde |
EUC-JP | 壹梳昃 | 110101001110010111011011111000001101101011100000 | d4e5dbe0dae0 |
UTF-8 | 壹梳昃 | 111001011010001110111001111001101010001010110011111001101001100010000011 | e5a3b9e6a2b3e69883 |
UHC | 壹梳? | 1110110011101100111000011011101000111111 | ecece1ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)