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 | ???瀛? | 001111110011111100111111111000000110100100111111 | 3f3f3fe0693f |
EUC-JP | 啞??瀛? | 1000111110110101111000000011111100111111110111111100101000111111 | 8fb5e03f3fdfca3f |
UTF-8 | 啞뚥겈瀛뗣 | 111001011001010110011110111010111001101010100101111010101011001010001000111001111000000010011011111010111001011110100011 | e5959eeb9aa5eab288e7809beb97a3 |
UHC | 啞뚥겈瀛뗣 | 11100100101011111000110011100100100000011010010111100111101110101000101111100011 | e4af8ce481a5e7ba8be3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)