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 | 恙??恙? | 10011100100110010011111100111111100111001001100100111111 | 9c993f3f9c993f |
EUC-JP | 恙??恙? | 11010111111110010011111100111111110101111111100100111111 | d7f93f3fd7f93f |
UTF-8 | 恙뒟돓恙뒟 | 111001101000000110011001111010111001001010011111111010111000111110010011111001101000000110011001111010111001001010011111 | e68199eb929feb8f93e68199eb929f |
UHC | 恙뒟돓恙뒟 | 11100101101111111000101010011011100010011001111111100101101111111000101010011011 | e5bf8a9b899fe5bf8a9b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)