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 | 煬??? | 1110000010001100001111110011111100111111 | e08c3f3f3f |
EUC-JP | 煬晛?? | 11011111111011001000111111000010101110110011111100111111 | dfec8fc2bb3f3f |
UTF-8 | 煬晛닣쌡 | 111001111000010110101100111001101001100110011011111010111000101110100011111011001000110010100001 | e785ace6999beb8ba3ec8ca1 |
UHC | 煬晛닣쌡 | 1110010111001001111110101101100110001000101000101001101101001101 | e5c9fad988a29b4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)