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 | ?G? | 001111110100011100111111 | 3f473f |
SJIS-WIN | ?G澱 | 00111111010001111001001101100010 | 3f479362 |
EUC-JP | ?G澱 | 00111111010001111100010111000011 | 3f47c5c3 |
UTF-8 | 덞G澱 | 11101011100011011001111001000111111001101011111010110001 | eb8d9e47e6beb1 |
UHC | 덞G澱 | 1011010011111011010001111110111011111110 | b4fb47eefe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)