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 | 暗?亞? | 100010001100001100111111100110001011000100111111 | 88c33f98b13f |
EUC-JP | 暗?亞? | 101100001100010100111111110100001011001100111111 | b0c53fd0b33f |
UTF-8 | 暗롃亞렩 | 111001101001101010010111111010111010000110000011111001001011101010011110111010111010000010101001 | e69a97eba183e4ba9eeba0a9 |
UHC | 暗롃亞렩 | 1110010011011110100011101100101011100100101011001000111010110111 | e4de8ecae4ac8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)