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 | 厭??繹 | 100010010111110100111111001111111110001110001000 | 897d3f3fe388 |
EUC-JP | 厭??繹 | 101100011101111000111111001111111110010111101000 | b1de3f3fe5e8 |
UTF-8 | 厭뉒쵝繹 | 111001011000111010101101111010111000100110010010111011001011010110011101111001111011100110111001 | e58eadeb8992ecb59de7b9b9 |
UHC | 厭뉒쵝繹 | 1110011011110100100001111110011110101100100111101110011010111010 | e6f487e7ac9ee6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)