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 | 永??泣ι? | 100010010110100100111111001111111000101110000011100000111100011100111111 | 89693f3f8b8383c73f |
EUC-JP | 永??泣ι? | 101100011100101000111111001111111011010111100011101001101100100100111111 | b1ca3f3fb5e3a6c93f |
UTF-8 | 永띔퍜泣ι뭣 | 1110011010110000101110001110101110011101100101001110110110001101100111001110011010110011101000111100111010111001111010111010110110100011 | e6b0b8eb9d94ed8d9ce6b3a3ceb9ebada3 |
UHC | 永띔퍜泣ι뭣 | 111001111011010110110110111010101011101110010011111010111110100010100101111010011011100110111101 | e7b5b6eabb93ebe8a5e9b9bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)