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 | 髷仙「灘擠 | 111010011001111010010000111001011010001010010011111001011001110110101001 | e99e90e5a293e59da9 |
EUC-JP | 髷仙「灘擠 | 11110001111111101100000011100111100011101010001011000110111001111101101010101011 | f1fec0e78ea2c6e7daab |
UTF-8 | 髷仙「灘擠 | 111010011010101110110111111001001011101110011001111011111011110110100010111001111000000110011000111001101001001110100000 | e9abb7e4bb99efbda2e78198e693a0 |
UHC | ?仙?灘? | 00111111111000001011100100111111111101111010100000111111 | 3fe0b93ff7a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)