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 | 張??円 | 100100101010001100111111001111111000100101111110 | 92a33f3f897e |
EUC-JP | 張??円 | 110001001010010100111111001111111011000111011111 | c4a53f3fb1df |
UTF-8 | 張꿩펵円 | 111001011011110010110101111010101011111110101001111011011000111010110101111001011000011010000110 | e5bcb5eabfa9ed8eb5e58686 |
UHC | 張꿩펵円 | 1110110111100101101100101110011010111100100001101110010111110111 | ede5b2e6bc86e5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)