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 | 陷壽㏍迹ウ | 111010001001110010011010111001101000011110000011111001111001000110110011 | e89c9ae68783e791b3 |
EUC-JP | 陷壽?迹ウ | 111011111111110011010100111010000011111111101101111100011000111010110011 | effcd4e83fedf18eb3 |
UTF-8 | 陷壽㏍迹ウ | 111010011001100110110111111001011010001110111101111000111000111110001101111010001011111110111001111011111011110110110011 | e999b7e5a3bde38f8de8bfb9efbdb3 |
UHC | 陷壽?迹? | 1111100111101000111000011111100000111111111011101110100100111111 | f9e8e1f83feee93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)