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 | 髱よケソ遽 | 1110100110011101100000101110011010111001101111111110011110101111 | e99d82e6b9bfe7af |
EUC-JP | 髱よケソ遽 | 11110001111111011010010011101000100011101011100110001110101111111110111010110001 | f1fda4e88eb98ebfeeb1 |
UTF-8 | 髱よケソ遽 | 111010011010101110110001111000111000001010001000111011111011110110111001111011111011110110111111111010011000000110111101 | e9abb1e38288efbdb9efbdbfe981bd |
UHC | ?よ??遽 | 00111111101010101110100000111111001111111100101111101000 | 3faae83f3fcbe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)