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 | 熬??曄? | 11100000100100100011111100111111100111100100000000111111 | e0923f3f9e403f |
EUC-JP | 熬??曄? | 11011111111100100011111100111111110110111010000100111111 | dff23f3fdba13f |
UTF-8 | 熬긴퉿曄룬 | 111001111000011010101100111010101011100010110100111011011000100110111111111001101001101110000100111010111010001110101100 | e786aceab8b4ed89bfe69b84eba3ac |
UHC | 熬긴퉿曄룬 | 11101000101000101011000111100100101110011001011111100111101001011011011111101001 | e8a2b1e4b997e7a5b7e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)