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 | 畑??諭? | 10010100101010000011111100111111100101110100000000111111 | 94a83f3f97403f |
EUC-JP | 畑??諭? | 11001000101010100011111100111111110011011010000100111111 | c8aa3f3fcda13f |
UTF-8 | 畑대㈀諭댐 | 111001111001010110010001111010111000110010000000111000111000100010000000111010001010101110101101111010111000110010010000 | e79591eb8c80e38880e8abadeb8c90 |
UHC | 畑대㈀諭댐 | 11101111101001011011010011101011101010011011000111101011101100011011010011101111 | efa5b4eba9b1ebb1b4ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)