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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髫ー謨厄ス。 | 111010011001101010110000111001101001010110010110111011111011110110100001 | e99ab0e69596efbda1 |
EUC-JP | 髫ー謨厄ス。 | 111100011111101010001110101100001110101111110101110011001111000110001110101111011000111010100001 | f1fa8eb0ebf5ccf18ebd8ea1 |
UTF-8 | 髫ー謨厄ス。 | 111010011010101110101011111011111011110110110000111010001010110010101000111001011000111010000100111011111011110110111101111011111011110110100001 | e9ababefbdb0e8aca8e58e84efbdbdefbda1 |
UHC | ??謨厄?? | 0011111100111111110110011100100011100100111110000011111100111111 | 3f3fd9c8e4f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)