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 | 肅御掘繼 | 1110001111100111100011001110010010001100010000001110001110001011 | e3e78ce48c40e38b |
EUC-JP | 肅御掘繼 | 1110011011101001101110001110011010110111101000011110010111101011 | e6e9b8e6b7a1e5eb |
UTF-8 | 肅御掘繼 | 111010001000001010000101111001011011111010100001111001101000111010011000111001111011100110111100 | e88285e5bea1e68e98e7b9bc |
UHC | 肅御掘繼 | 1110001011011100111001011101100111001111110111101100110110101001 | e2dce5d9cfdecda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)