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 | ???霓? | 001111110011111100111111111010001011110100111111 | 3f3f3fe8bd3f |
EUC-JP | ???霓? | 001111110011111100111111111100001011111100111111 | 3f3f3ff0bf3f |
UTF-8 | 說욆뱧霓찱 | 111011111010011010100001111011001001101010000110111010111011000110100111111010011001110010010011111011001011000010110001 | efa6a1ec9a86ebb1a7e99c93ecb0b1 |
UHC | 說욆뱧霓찱 | 11100110111100101001111011101000100100111000110111100111111001111010101001000111 | e6f29ee8938de7e7aa47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)