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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?證ぺ?? | 00111111111001101001101010000010110110000011111100111111 | 3fe69a82d83f3f |
EUC-JP | ?證ぺ?? | 00111111111010111111101010100100110110100011111100111111 | 3febfaa4da3f3f |
UTF-8 | 얍證ぺ뤶씔 | 111011001001011010001101111010001010110110001001111000111000000110111010111010111010010010110110111011001001010010010100 | ec968de8ad89e381baeba4b6ec9494 |
UHC | 얍證ぺ뤶씔 | 10111110111001011111000111111011101010101101101010001111111001001011111010111100 | bee5f1fbaada8fe4bebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)