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 | ??L}Y??L}bE | 0011111100111111010011000111110101011001001111110011111101001100011111010110001001000101 | 3f3f4c7d593f3f4c7d6245 |
SJIS-WIN | ??L}Y??L}bE | 0011111100111111010011000111110101011001001111110011111101001100011111010110001001000101 | 3f3f4c7d593f3f4c7d6245 |
EUC-JP | ??L}Y??L}bE | 0011111100111111010011000111110101011001001111110011111101001100011111010110001001000101 | 3f3f4c7d593f3f4c7d6245 |
UTF-8 | 횙짯L}Y횙짯L}bE | 11101101100110101001100111101100101001111010111101001100011111010101100111101101100110101001100111101100101001111010111101001100011111010110001001000101 | ed9a99eca7af4c7d59ed9a99eca7af4c7d6245 |
UHC | 횙짯L}Y횙짯L}bE | 110000111001001111000010101011010100110001111101010110011100001110010011110000101010110101001100011111010110001001000101 | c393c2ad4c7d59c393c2ad4c7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)