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 | 髴厄セ朱温 | 111010011001110010010110111011111011111010001110111010011000100110110111 | e99c96efbe8ee989b7 |
EUC-JP | 髴厄セ朱温 | 11110001111111001100110011110001100011101011111010111100111010111011001010111001 | f1fcccf18ebebcebb2b9 |
UTF-8 | 髴厄セ朱温 | 111010011010101110110100111001011000111010000100111011111011110110111110111001101001110010110001111001101011100010101001 | e9abb4e58e84efbdbee69cb1e6b8a9 |
UHC | ?厄?朱? | 00111111111001001111100000111111111100011011100100111111 | 3fe4f83ff1b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)