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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???瞬? | 001111110011111100111111100011110111010100111111 | 3f3f3f8f753f |
EUC-JP | 旿??瞬? | 1000111111000001111101000011111100111111101111011101011000111111 | 8fc1f43f3fbdd63f |
UTF-8 | 旿껅쫲瞬퐹 | 111001101001011110111111111010101011101110000101111011001010101110110010111001111001111010101100111011011001000010111001 | e697bfeabb85ecabb2e79eaced90b9 |
UHC | 旿껅쫲瞬퐹 | 11100111111110101000001111100110101001101000101011100010111010111011111001000010 | e7fa83e6a68ae2ebbe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)