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 | 悽??? | 1001110010101100001111110011111100111111 | 9cac3f3f3f |
EUC-JP | 悽??? | 1101100010101110001111110011111100111111 | d8ae3f3f3f |
UTF-8 | 悽섣셸섬 | 111001101000001010111101111011001000010010100011111011001000010110111000111011001000010010101100 | e682bdec84a3ec85b8ec84ac |
UHC | 悽섣셸섬 | 1111010010100100101111001011001010111100110100001011110010110110 | f4a4bcb2bcd0bcb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)