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 | ン枻レ譟 | 110111011111101011100010110110101110011010011111 | ddfae2dae69f |
EUC-JP | ン枻レ譟 | 100011101101110110001111110000111011010110001110110110101110110010100001 | 8edd8fc3b58edaeca1 |
UTF-8 | ン枻レ譟 | 111011111011111010011101111001101001111010111011111011111011111010011010111010001010110110011111 | efbe9de69ebbefbe9ae8ad9f |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)