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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 熬??曄 | 111000001001001000111111001111111001111001000000 | e0923f3f9e40 |
EUC-JP | 熬??曄 | 110111111111001000111111001111111101101110100001 | dff23f3fdba1 |
UTF-8 | 熬긴퉿曄 | 111001111000011010101100111010101011100010110100111011011000100110111111111001101001101110000100 | e786aceab8b4ed89bfe69b84 |
UHC | 熬긴퉿曄 | 1110100010100010101100011110010010111001100101111110011110100101 | e8a2b1e4b997e7a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)