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 | 畑??魏? | 10010100101010000011111100111111111010011011000000111111 | 94a83f3fe9b03f |
EUC-JP | 畑??魏? | 11001000101010100011111100111111111100101011001000111111 | c8aa3f3ff2b23f |
UTF-8 | 畑대뱺魏쿣 | 111001111001010110010001111010111000110010000000111010111011000110111010111010011010110110001111111011001011111110100011 | e79591eb8c80ebb1bae9ad8fecbfa3 |
UHC | 畑대뱺魏쿣 | 11101111101001011011010011101011100100111010000011101010111000001011001101010110 | efa5b4eb93a0eae0b356 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)