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 | 將??絶?? | 1001101110010010001111110011111110010000111000100011111100111111 | 9b923f3f90e23f3f |
EUC-JP | 將??絶?? | 1101010111110010001111110011111111000000111001000011111100111111 | d5f23f3fc0e43f3f |
UTF-8 | 將앲엩絶뽲슎 | 111001011011000010000111111011001001010110110010111011001001011110101001111001111011010110110110111010111011110110110010111011001000101010001110 | e5b087ec95b2ec97a9e7b5b6ebbdb2ec8a8e |
UHC | 將앲엩絶뽲슎 | 111011011110001010011101111010001001111010000010111011111011111010010110111011101001101010011110 | ede29de89e82efbe96ee9a9e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)