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 | 宜??援 | 100010110101100000111111001111111000100110000111 | 8b583f3f8987 |
EUC-JP | 宜??援 | 101101011011100100111111001111111011000111100111 | b5b93f3fb1e7 |
UTF-8 | 宜붺쉿援 | 111001011010111010011100111010111011011010111010111011001000100110111111111001101000111110110100 | e5ae9cebb6baec89bfe68fb4 |
UHC | 宜붺쉿援 | 1110101111110001100101001110011110111101101100101110101010110101 | ebf194e7bdb2eab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)