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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ー邇ケホシ | 11110010101000011011000011100111100011101011100111001110111100011000111010111100 | f2a1b0e78eb9cef18ebc |
EUC-JP | ?ー邇ケホ?シ | 001111111000111010110000111011011110111010001110101110011000111011001110001111111000111010111100 | 3f8eb0edee8eb98ece3f8ebc |
UTF-8 | ー邇ケホシ | 111011101000011110011000111011111011110110110000111010011000001010000111111011111011110110111001111011111011111010001110111011101000010010001001111011111011110110111100 | ee8798efbdb0e98287efbdb9efbe8eee8489efbdbc |
UHC | ??邇???? | 0011111100111111111011001100010000111111001111110011111100111111 | 3f3fecc43f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)