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 | 業??揖ζ? | 100010111100011000111111001111111001011101001011100000111100010000111111 | 8bc63f3f974b83c43f |
EUC-JP | 業??揖ζ? | 101101101100100000111111001111111100110110101100101001101100011000111111 | b6c83f3fcdaca6c63f |
UTF-8 | 業볥돍揖ζ를 | 1110011010100101101011011110101110110011101001011110101110001111100011011110011010001111100101101100111010110110111010111010010110111100 | e6a5adebb3a5eb8f8de68f96ceb6eba5bc |
UHC | 業볥돍揖ζ를 | 111001011111011010010011111010111000100110011011111010111110011110100101111001101011100010100110 | e5f693eb899bebe7a5e6b8a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)