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 | 箋?ズ | 1110001010110011001111111000001101011001 | e2b33f8359 |
EUC-JP | 箋?ズ | 1110010010110101001111111010010110111010 | e4b53fa5ba |
UTF-8 | 箋묊ズ | 111001111010111010001011111010111010110010001010111000111000001010111010 | e7ae8bebac8ae382ba |
UHC | 箋묊ズ | 111011111010100010010001111001111010101110111010 | efa891e7abba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)