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 | 譽壽酪蜈カ魍 | 1110011010100011100110101110011010010111100011111110010110000101101101101110100110110001 | e6a39ae6978fe585b6e9b1 |
EUC-JP | 譽壽酪蜈カ魍 | 111011001010010111010100111010001100110111101111111010011110010110001110101101101111001010110011 | eca5d4e8cdefe9e58eb6f2b3 |
UTF-8 | 譽壽酪蜈カ魍 | 111010001010110110111101111001011010001110111101111010011000010110101010111010001001110010001000111011111011110110110110111010011010110110001101 | e8adbde5a3bde985aae89c88efbdb6e9ad8d |
UHC | 譽壽酪蜈?? | 11100111111000101110000111111000110101011010110011101000101001010011111100111111 | e7e2e1f8d5ace8a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)