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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 鮟閤Y鮟閤bE | 1110100110111011100011010111110101011001111010011011101110001101011111010110001001000101 | e9bb8d7d59e9bb8d7d6245 |
EUC-JP | 鮟閤Y鮟閤bE | 1111001010111101101110011101111001011001111100101011110110111001110111100110001001000101 | f2bdb9de59f2bdb9de6245 |
UTF-8 | 鮟閤Y鮟閤bE | 111010011010111010011111111010011001011010100100010110011110100110101110100111111110100110010110101001000110001001000101 | e9ae9fe996a459e9ae9fe996a46245 |
UHC | 鮟閤Y鮟閤bE | 1110010011010101111110011110111001011001111001001101010111111001111011100110001001000101 | e4d5f9ee59e4d5f9ee6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)