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 | ????g? | 00111111001111110011111100111111100000101000011100111111 | 3f3f3f3f82873f |
EUC-JP | ????g? | 00111111001111110011111100111111101000111110011100111111 | 3f3f3f3fa3e73f |
UTF-8 | 歷㎫떁力g꼧 | 111011111010011010001100111000111000111010101011111010111001011010000001111011111010011010001010111011111011110110000111111010101011110010100111 | efa68ce38eabeb9681efa68aefbd87eabca7 |
UHC | 歷㎫떁力g꼧 | 111001101011100010100111111001111000101110010111111001101011001110100011111001111000010010000100 | e6b8a7e78b97e6b3a3e78484 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)