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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???艅?? | 0011111100111111001111111000111111010110111111010011111100111111 | 3f3f3f8fd6fd3f3f |
UTF-8 | 緣잛닞艅덉맀 | 111001111011011110100011111011001001111010011011111010111000101110011110111010001000100110000101111010111000110110001001111010111010011110000000 | e7b7a3ec9e9beb8b9ee88985eb8d89eba780 |
UHC | 緣잛닞艅덉맀 | 111001101101111010011111111011001000100010011110111001101010100110001000111011001001000010011011 | e6de9fec889ee6a988ec909b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)