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 | 1110100110011100100011100111110101011001111010011001110010001110011111010110001001000101 | e99c8e7d59e99c8e7d6245 |
EUC-JP | 髴枝Y髴枝bE | 1111000111111100101110111101111001011001111100011111110010111011110111100110001001000101 | f1fcbbde59f1fcbbde6245 |
UTF-8 | 髴枝Y髴枝bE | 111010011010101110110100111001101001111010011101010110011110100110101011101101001110011010011110100111010110001001000101 | e9abb4e69e9d59e9abb4e69e9d6245 |
UHC | ?枝Y?枝bE | 001111111111001010101011010110010011111111110010101010110110001001000101 | 3ff2ab593ff2ab6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)