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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 率??凹 | 100101111010011000111111001111111000100110011010 | 97a63f3f899a |
EUC-JP | 率??凹 | 110011101010100000111111001111111011000111111010 | cea83f3fb1fa |
UTF-8 | 率꿩콖凹 | 111001111000111010000111111010101011111110101001111011001011110110010110111001011000011110111001 | e78e87eabfa9ecbd96e587b9 |
UHC | 率꿩콖凹 | 1110000111100011101100101110011010110001100100001110100011101010 | e1e3b2e6b190e8ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)