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 | 鞳乞款 | 111010001110001110001100111011101000101010111100 | e8e38cee8abc |
EUC-JP | 鞳乞款 | 111100001110010110111000111100001011010010111110 | f0e5b8f0b4be |
UTF-8 | 鞳乞款 | 111010011001111010110011111001001011100110011110111001101010110010111110 | e99eb3e4b99ee6acbe |
UHC | ?乞款 | 0011111111001011111101111100111010110011 | 3fcbf7ceb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)