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 | 鳫ー諶「タ | 11101001111011011011000011111011101010101010001011000000 | e9edb0fbaaa2c0 |
EUC-JP | 鳫ー諶「タ | 1111001011101111100011101011000010001111110111101011010110001110101000101000111011000000 | f2ef8eb08fdeb58ea28ec0 |
UTF-8 | 鳫ー諶「タ | 111010011011001110101011111011111011110110110000111010001010101110110110111011111011110110100010111011111011111010000000 | e9b3abefbdb0e8abb6efbda2efbe80 |
UHC | ??諶?? | 001111110011111111100100101001100011111100111111 | 3f3fe4a63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)