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 | 竟竺濵ア | 11101000111011011000111010110001111110110100110110110001 | e8ed8eb1fb4db1 |
EUC-JP | 竟竺濵ア | 111100001110111110111100101100111000111111001001101001101000111010110001 | f0efbcb38fc9a68eb1 |
UTF-8 | 竟竺濵ア | 111001111010101110011111111001111010101110111010111001101011111110110101111011111011110110110001 | e7ab9fe7abbae6bfb5efbdb1 |
UHC | 竟竺?? | 110011001110010111110101111001110011111100111111 | cce5f5e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)