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 | ?競?界 | 001111111000101110100011001111111000101001000101 | 3f8ba33f8a45 |
EUC-JP | 饔競?界 | 1000111111101000111011111011011010100101001111111011001110100110 | 8fe8efb6a53fb3a6 |
UTF-8 | 饔競렲界 | 111010011010010110010100111001111010101110110110111010111010000010110010111001111001010110001100 | e9a594e7abb6eba0b2e7958c |
UHC | 饔競렲界 | 1110100010111101110011001110011010001110101111111100110110100011 | e8bdcce68ebfcda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)