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 | ?????畑 | 00111111001111110011111100111111001111111001010010101000 | 3f3f3f3f3f94a8 |
EUC-JP | ?????畑 | 00111111001111110011111100111111001111111100100010101010 | 3f3f3f3f3fc8aa |
UTF-8 | 凉깅끆利퇪畑 | 111011111010010110111001111010101011100110000101111010111000000110000110111011111010011110011101111011011000011110101010111001111001010110010001 | efa5b9eab985eb8186efa79ded87aae79591 |
UHC | 凉깅끆利퇪畑 | 111001011011110010110001111010111000010110111010111011001010011010111000010110101110111110100101 | e5bcb1eb85baeca6b85aefa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)