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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 范合ー | 111001001001011110001101100001111000000101011011 | e4978d87815b |
EUC-JP | 范合ー | 111001111111011110111001111001111010000110111100 | e7f7b9e7a1bc |
UTF-8 | 范合ー | 111010001000110010000011111001011001000010001000111000111000001110111100 | e88c83e59088e383bc |
UHC | 范合? | 1101101111110101111110011110101000111111 | dbf5f9ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)