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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 帳ε?詣?? | 100100101010000010000011110000110011111110001100011101110011111100111111 | 92a083c33f8c773f3f |
EUC-JP | 帳ε?詣?? | 110001001010001010100110110001010011111110110111110110000011111100111111 | c4a2a6c53fb7d83f3f |
UTF-8 | 帳ε쳣詣앯댚 | 1110010110111000101100111100111010110101111011001011001110100011111010001010100110100011111011001001010110101111111010111000110010011010 | e5b8b3ceb5ecb3a3e8a9a3ec95afeb8c9a |
UHC | 帳ε쳣詣앯댚 | 111011011110001110100101111001011010101110001001111001111110000110011101111001111000100010111110 | ede3a5e5ab89e7e19de788be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)