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 | 燒?耀? | 111000001001011000111111100101110111001100111111 | e0963f97733f |
EUC-JP | 燒?耀? | 110111111111011000111111110011011101010000111111 | dff63fcdd43f |
UTF-8 | 燒잪耀黎 | 111001111000011110010010111011001001111010101010111010001000000010000000111011111010011010001001 | e78792ec9eaae88080efa689 |
UHC | 燒잪耀黎 | 1110000111000000100111111111010111101001101001011110011010110001 | e1c09ff5e9a5e6b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)