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 | ??j^ | 00111111001111110110101001011110 | 3f3f6a5e |
SJIS-WIN | 儀?j^ | 1000101101010110001111110110101001011110 | 8b563f6a5e |
EUC-JP | 儀?j^ | 1011010110110111001111110110101001011110 | b5b73f6a5e |
UTF-8 | 儀렋j^ | 1110010110000100100000001110101110100000100010110110101001011110 | e58480eba08b6a5e |
UHC | 儀렋j^ | 111010111111000010001110101000100110101001011110 | ebf08ea26a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)