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 | 獰??蜈?? | 1110000011010110001111110011111111100101100001010011111100111111 | e0d63f3fe5853f3f |
EUC-JP | 獰?Ŧ蜈?? | 11100000110110000011111110001111101010011010111111101001111001010011111100111111 | e0d83f8fa9afe9e53f3f |
UTF-8 | 獰욅Ŧ蜈꿴릶 | 1110011110001101101100001110110010011010100001011100010110100110111010001001110010001000111010101011111110110100111010111010011010110110 | e78db0ec9a85c5a6e89c88eabfb4eba6b6 |
UHC | 獰욅Ŧ蜈꿴릶 | 111001111011111010011110111001111010100010101110111010001010010110110010111010011001000010010100 | e7be9ee7a8aee8a5b2e99094 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)