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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 畑??諭?? | 1001010010101000001111110011111110010111010000000011111100111111 | 94a83f3f97403f3f |
EUC-JP | 畑??諭?? | 1100100010101010001111110011111111001101101000010011111100111111 | c8aa3f3fcda13f3f |
UTF-8 | 畑대㈀諭댐쫵 | 111001111001010110010001111010111000110010000000111000111000100010000000111010001010101110101101111010111000110010010000111011001010101110110101 | e79591eb8c80e38880e8abadeb8c90ecabb5 |
UHC | 畑대㈀諭댐쫵 | 111011111010010110110100111010111010100110110001111010111011000110110100111011111010011010001100 | efa5b4eba9b1ebb1b4efa68c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)