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 | ?兆?拭 | 001111111001001010011011001111111001000001000000 | 3f929b3f9040 |
EUC-JP | ?兆?拭 | 001111111100001111111011001111111011111110100001 | 3fc3fb3fbfa1 |
UTF-8 | 뤗兆킃拭 | 111010111010010010010111111001011000010110000110111011011000001010000011111001101000101110101101 | eba497e58586ed8283e68bad |
UHC | 뤗兆킃拭 | 1000111111000111111100001011110010110100100011111110001111010100 | 8fc7f0bcb48fe3d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)