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 | ゚ノ琲羞 | 110111111100100111100000111010001110001110110101 | dfc9e0e8e3b5 |
EUC-JP | ゚ノ琲羞 | 1000111011011111100011101100100111100000111010101110011010110111 | 8edf8ec9e0eae6b7 |
UTF-8 | ゚ノ琲羞 | 111011111011111010011111111011111011111010001001111001111001000010110010111001111011111010011110 | efbe9fefbe89e790b2e7be9e |
UHC | ???羞 | 0011111100111111001111111110001010111010 | 3f3f3fe2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)