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 | 鈔芽崟銜 | 1110011111100010100010011110100010011011101111101110011111110000 | e7e289e89bbee7f0 |
EUC-JP | 鈔芽崟銜 | 1110111011100100101100101110101011010110110000001110111011110010 | eee4b2ead6c0eef2 |
UTF-8 | 鈔芽崟銜 | 111010011000100010010100111010001000101010111101111001011011010010011111111010011000101010011100 | e98894e88abde5b49fe98a9c |
UHC | ?芽?銜 | 001111111110010010110100001111111111100111100111 | 3fe4b43ff9e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)