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 | 葹葹蓼狆 | 1110010011011111111001001101111111100100111110001110000010111100 | e4dfe4dfe4f8e0bc |
EUC-JP | 葹葹蓼狆 | 1110100011100001111010001110000111101000111110101110000010111110 | e8e1e8e1e8fae0be |
UTF-8 | 葹葹蓼狆 | 111010001001000110111001111010001001000110111001111010001001001110111100111001111000101110000110 | e891b9e891b9e893bce78b86 |
UHC | ??蓼? | 0011111100111111110101101111111000111111 | 3f3fd6fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)