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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 釘棒?B | 100100110100001010010110010111110011111101000010 | 9342965f3f42 |
EUC-JP | 釘棒?B | 110001011010001111001011110000000011111101000010 | c5a3cbc03f42 |
UTF-8 | 釘棒拉B | 11101001100001111001100011100110101000111001001011101111101001001010010101000010 | e98798e6a392efa4a542 |
UHC | 釘棒拉B | 11101111111110011101110011101010110100011111111001000010 | eff9dcead1fe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)