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 | IV´J | 1001001001001001100100100101011010010001101101001001001001001010 | 9249925691b4924a |
SJIS-WIN | ?I?V?´?J | 001111110100100100111111010101100011111110000001010011000011111101001010 | 3f493f563f814c3f4a |
EUC-JP | ?I?V?´?J | 001111110100100100111111010101100011111110100001101011010011111101001010 | 3f493f563fa1ad3f4a |
UTF-8 | IV´J | 11000010100100100100100111000010100100100101011011000010100100011100001010110100110000101001001001001010 | c29249c29256c291c2b4c2924a |
UHC | ?I?V?´?J | 001111110100100100111111010101100011111110100010101001010011111101001010 | 3f493f563fa2a53f4a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)