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 | 雍逸抄縺 | 1110100010110100100010001110110110001111101101001110001110000001 | e8b488ed8fb4e381 |
EUC-JP | 雍逸抄縺 | 1111000010110110101100001110111110111110101101101110010111100001 | f0b6b0efbeb6e5e1 |
UTF-8 | 雍逸抄縺 | 111010011001101110001101111010011000000010111000111001101000101010000100111001111011100010111010 | e99b8de980b8e68a84e7b8ba |
UHC | 雍逸抄? | 11101000101111001110110011101111111101001111110000111111 | e8bceceff4fc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)