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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
SJIS-WIN | ??滴A | 0011111100111111100100110100100001000001 | 3f3f934841 |
EUC-JP | ??滴A | 0011111100111111110001011010100101000001 | 3f3fc5a941 |
UTF-8 | 적재滴A | 11101100101000001000000111101100100111101010110011100110101110111011010001000001 | eca081ec9eace6bbb441 |
UHC | 적재滴A | 11000000111110111100000011100111111011101101100101000001 | c0fbc0e7eed941 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)