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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瓦匿篌瓦 | 1000101010100010100100111011110111100010101110101000101010100010 | 8aa293bde2ba8aa2 |
EUC-JP | 瓦匿篌瓦 | 1011010010100100110001101011111111100100101111001011010010100100 | b4a4c6bfe4bcb4a4 |
UTF-8 | 瓦匿篌瓦 | 111001111001001110100110111001011000110010111111111001111010111110001100111001111001001110100110 | e793a6e58cbfe7af8ce793a6 |
UHC | 瓦匿?瓦 | 11101000101111111101001011111011001111111110100010111111 | e8bfd2fb3fe8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)