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 | 矗耨 | 1110000111011110111101101110001011100011110100111111011110101100 | e1def6e2e3d3f7ac |
EUC-JP | 矗?耨? | 111000101110000000111111111001101101010100111111 | e2e03fe6d53f |
UTF-8 | 矗耨 | 111001111001111110010111111011101001010010001001111010001000000010101000111011101001011010001111 | e79f97ee9489e880a8ee968f |
UHC | 矗??? | 1111010110111000001111110011111100111111 | f5b83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)