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 | 繩??? | 1110001110001010001111110011111100111111 | e38a3f3f3f |
EUC-JP | 繩??? | 1110010111101010001111110011111100111111 | e5ea3f3f3f |
UTF-8 | 繩굥떣呂 | 111001111011100110101001111010101011010110100101111010111001011010100011111011111010011010000000 | e7b9a9eab5a5eb96a3efa680 |
UHC | 繩굥떣呂 | 1110001110110001100000101000101110001011101101111110010111111011 | e3b1828b8bb7e5fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)