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 | アフ罸罸テォ | 1011000111001100111000111010110111100011101011011100001110101011 | b1cce3ade3adc3ab |
EUC-JP | アフ罸罸テォ | 100011101011000110001110110011001110011010101111111001101010111110001110110000111000111010101011 | 8eb18ecce6afe6af8ec38eab |
UTF-8 | アフ罸罸テォ | 111011111011110110110001111011111011111010001100111001111011110110111000111001111011110110111000111011111011111010000011111011111011110110101011 | efbdb1efbe8ce7bdb8e7bdb8efbe83efbdab |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)