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 | 髴ウ驪呻セ | 1110100110011100101100111110100110001011100110011110111110111110 | e99cb3e98b99efbe |
EUC-JP | 髴ウ驪呻セ | 11110001111111001000111010110011111100011110101111010010111100011000111010111110 | f1fc8eb3f1ebd2f18ebe |
UTF-8 | 髴ウ驪呻セ | 111010011010101110110100111011111011110110110011111010011010100110101010111001011001000110111011111011111011110110111110 | e9abb4efbdb3e9a9aae591bbefbdbe |
UHC | ??驪呻? | 00111111001111111101010111110001111000111110001000111111 | 3f3fd5f1e3e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)