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 | 泳??釗? | 10001001011010100011111100111111111110111011101100111111 | 896a3f3ffbbb3f |
EUC-JP | 泳??釗? | 1011000111001011001111110011111110001111111000111010011000111111 | b1cb3f3f8fe3a63f |
UTF-8 | 泳쏁쥈釗쩈 | 111001101011001110110011111011001000111110000001111011001010010110001000111010011000011110010111111011001010100110001000 | e6b3b3ec8f81eca588e98797eca988 |
UHC | 泳쏁쥈釗쩈 | 11100111101101101001101111100111101000101000000111100001111100101010010101000010 | e7b69be7a281e1f2a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)