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 | 遏ュ魍亥腰譚 | 1110011110011111101011011110100110110001100010001110010110001101100110001110011010011101 | e79fade9b188e58d98e69d |
EUC-JP | 遏ュ魍亥腰譚 | 111011101010000110001110101011011111001010110011101100001110011110111001111110001110101111111101 | eea18eadf2b3b0e7b9f8ebfd |
UTF-8 | 遏ュ魍亥腰譚 | 111010011000000110001111111011111011110110101101111010011010110110001101111001001011101010100101111010001000010110110000111010001010110110011010 | e9818fefbdade9ad8de4baa5e885b0e8ad9a |
UHC | ???亥腰譚 | 001111110011111100111111111110101010010011101001101001101101001111001001 | 3f3f3ffaa4e9a6d3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)