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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ーニ?谿 | 1011000011000110001111111110011010101110 | b0c63fe6ae |
EUC-JP | ーニ曮谿 | 100011101011000010001110110001101000111111000010111011001110110010110000 | 8eb08ec68fc2ececb0 |
UTF-8 | ーニ曮谿 | 111011111011110110110000111011111011111010000110111001101001101110101110111010001011000010111111 | efbdb0efbe86e69baee8b0bf |
UHC | ???谿 | 0011111100111111001111111100110110101100 | 3f3f3fcdac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)