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 | ???異?? | 00111111001111110011111110001000110110010011111100111111 | 3f3f3f88d93f3f |
EUC-JP | ???異?? | 00111111001111110011111110110000110110110011111100111111 | 3f3f3fb0db3f3f |
UTF-8 | 劣꾠렔異욤슔 | 111011111010011010011101111010101011111010100000111010111010000010010100111001111001010110110000111011001001101010100100111011001000101010010100 | efa69deabea0eba094e795b0ec9aa4ec8a94 |
UHC | 劣꾠렔異욤슔 | 111001101110101110000100111000111000111010101001111011001011011010111111111010001001101010100011 | e6eb84e38ea9ecb6bfe89aa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)