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 | 畑??幽?? | 1001010010101000001111110011111110010111010010000011111100111111 | 94a83f3f97483f3f |
EUC-JP | 畑??幽?? | 1100100010101010001111110011111111001101101010010011111100111111 | c8aa3f3fcda93f3f |
UTF-8 | 畑룸봻幽드래 | 111001111001010110010001111010111010001110111000111010111011010010111011111001011011100110111101111010111001001110011100111010111001111010011000 | e79591eba3b8ebb4bbe5b9bdeb939ceb9e98 |
UHC | 畑룸봻幽드래 | 111011111010010110110111111010111001010010000010111010101110101110110101111001011011011110100001 | efa5b7eb9482eaebb5e5b7a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)