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 | 콸콸 | 1110110010111101100011101011100011101100101111011000111010111000 | ecbd8eb8ecbd8eb8 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ì??¸ì??¸ | 10001111101010111100000000111111001111111000111110100010101100011000111110101011110000000011111100111111100011111010001010110001 | 8fabc03f3f8fa2b18fabc03f3f8fa2b1 |
UTF-8 | 콸콸 | 11000011101011001100001010111101110000101000111011000010101110001100001110101100110000101011110111000010100011101100001010111000 | c3acc2bdc28ec2b8c3acc2bdc28ec2b8 |
UHC | ?½?¸?½?¸ | 001111111010100011110110001111111010001010101100001111111010100011110110001111111010001010101100 | 3fa8f63fa2ac3fa8f63fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)