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 | 逕題イ雁挨 | 111001111001010010010001111010001011001010001010111001011000100010100101 | e79491e8b28ae588a5 |
EUC-JP | 逕題イ雁挨 | 11101101111101001100001011101010100011101011001010110100111001111011000010100111 | edf4c2ea8eb2b4e7b0a7 |
UTF-8 | 逕題イ雁挨 | 111010011000000010010101111010011010000110001100111011111011110110110010111010011001101110000001111001101000110010101000 | e98095e9a18cefbdb2e99b81e68ca8 |
UHC | 逕題?雁? | 1100110011101111111100001011100100111111111001001101001000111111 | cceff0b93fe4d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)