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 | ???憶? | 001111110011111100111111100010011010111100111111 | 3f3f3f89af3f |
EUC-JP | ???憶? | 001111110011111100111111101100101011000100111111 | 3f3f3fb2b13f |
UTF-8 | 娛먬죺憶쭮 | 111001011010100010011011111010111010100010101100111011001010001110111010111001101000011010110110111011001010110110101110 | e5a89beba8aceca3bae686b6ecadae |
UHC | 娛먬죺憶쭮 | 11100111111101001001000011101001101000011001010011100101111000111010100001000010 | e7f490e9a194e5e3a842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)