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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ????饔?? | 001111110011111100111111001111111000111111101000111011110011111100111111 | 3f3f3f3f8fe8ef3f3f |
UTF-8 | 識븅렑렕饔陋렮 | 111011111010011110111100111010111011100010000101111010111010000010010001111010111010000010010101111010011010010110010100111011111010010110010001111010111010000010101110 | efa7bcebb885eba091eba095e9a594efa591eba0ae |
UHC | 識븅렑렕饔陋렮 | 1111001010111101101110101110100110001110101001101000111010101010111010001011110111010010111010111000111010111011 | f2bdbae98ea68eaae8bdd2eb8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)