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 | ??瞼悠? | 00111111001111111110000111011001100101110100100100111111 | 3f3fe1d997493f |
EUC-JP | ??瞼悠? | 00111111001111111110001011011011110011011010101000111111 | 3f3fe2dbcdaa3f |
UTF-8 | 룶짖瞼悠㈐ | 111010111010001110110110111011001010011110010110111001111001111010111100111001101000001010100000111000111000100010010000 | eba3b6eca796e79ebce682a0e38890 |
UHC | 룶짖瞼悠㈐ | 10001111101010111100001010100010110011001010000111101010111011011010100111000001 | 8fabc2a2cca1eaeda9c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)