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 | ??錚矯? | 00111111001111111110100001000010100010111011100000111111 | 3f3fe8428bb83f |
EUC-JP | ??錚矯? | 00111111001111111110111110100011101101101011101000111111 | 3f3fefa3b6ba3f |
UTF-8 | 易렕錚矯렠 | 111011111010011110100000111010111010000010010101111010011000110010011010111001111001111110101111111010111010000010100000 | efa7a0eba095e98c9ae79fafeba0a0 |
UHC | 易렕錚矯렠 | 11101100101011111000111010101010111011101011011011001110111011001000111010110001 | ecaf8eaaeeb6ceec8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)