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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 恁?葵 | 1001110010001100001111111000100010101000 | 9c8c3f88a8 |
EUC-JP | 恁?葵 | 1101011111101100001111111011000010101010 | d7ec3fb0aa |
UTF-8 | 恁쯩葵 | 111001101000000110000001111011001010111110101001111010001001000110110101 | e68181ecafa9e891b5 |
UHC | 恁쯩葵 | 111011001111011011000010111011011101000010101101 | ecf6c2edd0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)