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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?獨??? | 001111111110000011010101001111110011111100111111 | 3fe0d53f3f3f |
EUC-JP | ?獨??? | 001111111110000011010111001111110011111100111111 | 3fe0d73f3f3f |
UTF-8 | 뤵獨츕플섄 | 111010111010010010110101111001111000110110101000111011001011100010010101111011011001010010001100111011001000010010000100 | eba4b5e78da8ecb895ed948cec8484 |
UHC | 뤵獨츕플섄 | 10001111111000111101010010111100101011101000111111000111110000111011110010101001 | 8fe3d4bcae8fc7c3bca9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)