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 | 鞦「蠅灘シ | 1110100011100001101000101110010110100010100100111110010110111100 | e8e1a2e5a293e5bc |
EUC-JP | 鞦「蠅灘シ | 11110000111000111000111010100010111010101010010011000110111001111000111010111100 | f0e38ea2eaa4c6e78ebc |
UTF-8 | 鞦「蠅灘シ | 111010011001111010100110111011111011110110100010111010001010000010000101111001111000000110011000111011111011110110111100 | e99ea6efbda2e8a085e78198efbdbc |
UHC | ??蠅灘? | 00111111001111111110001110110010111101111010100000111111 | 3f3fe3b2f7a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)