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 | 10010010111011010011111110011001011111000011111101000010 | 92ed3f997c3f42 |
EUC-JP | 弟?處?B | 11000100111011110011111111010001110111010011111101000010 | c4ef3fd1dd3f42 |
UTF-8 | 弟샷處샬B | 11100101101111001001111111101100100000111011011111101000100110011001010111101100100000111010110001000010 | e5bc9fec83b7e89995ec83ac42 |
UHC | 弟샷處샬B | 111100001010100110111100101001101111010010100101101111001010001101000010 | f0a9bca6f4a5bca342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)