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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 處?處?B | 10011001011111000011111110011001011111000011111101000010 | 997c3f997c3f42 |
EUC-JP | 處?處?B | 11010001110111010011111111010001110111010011111101000010 | d1dd3fd1dd3f42 |
UTF-8 | 處샬處샬B | 11101000100110011001010111101100100000111010110011101000100110011001010111101100100000111010110001000010 | e89995ec83ace89995ec83ac42 |
UHC | 處샬處샬B | 111101001010010110111100101000111111010010100101101111001010001101000010 | f4a5bca3f4a5bca342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)