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 | 翁??瓏 | 100010011010010100111111001111111110000011111010 | 89a53f3fe0fa |
EUC-JP | 翁??瓏 | 101100101010011100111111001111111110000011111100 | b2a73f3fe0fc |
UTF-8 | 翁골렱瓏 | 111001111011111110000001111010101011001110101000111010111010000010110001111001111001001110001111 | e7bf81eab3a8eba0b1e7938f |
UHC | 翁골렱瓏 | 1110100010111010101100001111000110001110101111101101011011101010 | e8bab0f18ebed6ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)