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 | 症マ湿冗ョ | 1000111111000111110011111000111010111100100011111110011110101110 | 8fc7cf8ebc8fe7ae |
EUC-JP | 症マ湿冗ョ | 10111110110010011000111011001111101111001011111010111110111010011000111010101110 | bec98ecfbcbebee98eae |
UTF-8 | 症マ湿冗ョ | 111001111001011110000111111011111011111010001111111001101011100110111111111001011000011010010111111011111011110110101110 | e79787efbe8fe6b9bfe58697efbdae |
UHC | 症??冗? | 11110001111110000011111100111111111010011011011100111111 | f1f83f3fe9b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)