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 | 繞??悠? | 11100011100001010011111100111111100101110100100100111111 | e3853f3f97493f |
EUC-JP | 繞??悠? | 11100101111001010011111100111111110011011010101000111111 | e5e53f3fcdaa3f |
UTF-8 | 繞섎즼悠좦 | 111001111011100110011110111011001000010010001110111011001010011010111100111001101000001010100000111011001010001010100110 | e7b99eec848eeca6bce682a0eca2a6 |
UHC | 繞섎즼悠좦 | 11101001101001001001100011101011101000111000111011101010111011011010000101000010 | e9a498eba38eeaeda142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)