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 | ?T? | 001111110101010000111111 | 3f543f |
SJIS-WIN | 渦T渦 | 1000100101010001010101001000100101010001 | 8951548951 |
EUC-JP | 渦T渦 | 1011000110110010010101001011000110110010 | b1b254b1b2 |
UTF-8 | 渦T渦 | 11100110101110001010011001010100111001101011100010100110 | e6b8a654e6b8a6 |
UHC | 渦T渦 | 1110100010111110010101001110100010111110 | e8be54e8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)