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 | 畑??揖?? | 1001010010101000001111110011111110010111010010110011111100111111 | 94a83f3f974b3f3f |
EUC-JP | 畑??揖?? | 1100100010101010001111110011111111001101101011000011111100111111 | c8aa3f3fcdac3f3f |
UTF-8 | 畑룹럥揖먬걬 | 111001111001010110010001111010111010001110111001111010111001111110100101111001101000111110010110111010111010100010101100111010101011000110101100 | e79591eba3b9eb9fa5e68f96eba8aceab1ac |
UHC | 畑룹럥揖먬걬 | 111011111010010110110111111011001000111010001000111010111110011110010000111010011000000110010101 | efa5b7ec8e88ebe790e98195 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)