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 | 逾ュ彧舌┠ | 111001111010010110101101111110101011100110010000111000111000010010110101 | e7a5adfab990e384b5 |
EUC-JP | 逾ュ彧舌┠ | 1110111010100111100011101010110110001111101111001111111011000000111001011010100010110111 | eea78ead8fbcfec0e5a8b7 |
UTF-8 | 逾ュ彧舌┠ | 111010011000000010111110111011111011110110101101111001011011110110100111111010001000100010001100111000101001010010100000 | e980beefbdade5bda7e8888ce294a0 |
UHC | 逾?彧舌┠ | 111010111011010100111111111010011110111011100000110111111010011010110111 | ebb53fe9eee0dfa6b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)