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 | ?菖?渫 | 001111111000111111010010001111111001111111010110 | 3f8fd23f9fd6 |
EUC-JP | ?菖?渫 | 001111111011111011010100001111111101111011011000 | 3fbed43fded8 |
UTF-8 | 렱菖렧渫 | 111010111010000010110001111010001000111110010110111010111010000010100111111001101011100010101011 | eba0b1e88f96eba0a7e6b8ab |
UHC | 렱菖렧渫 | 1000111010111110111100111110111010001110101101101110000011011110 | 8ebef3ee8eb6e0de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)