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???? | 001111110100011100111111001111110011111100111111 | 3f473f3f3f3f |
SJIS-WIN | ?G???? | 001111110100011100111111001111110011111100111111 | 3f473f3f3f3f |
EUC-JP | ?G???? | 001111110100011100111111001111110011111100111111 | 3f473f3f3f3f |
UTF-8 | 챈G혨혟혡짚 | 11101100101100011000100001000111111011011001100010101000111011011001100010011111111011011001100010100001111011001010011110011010 | ecb18847ed98a8ed989fed98a1eca79a |
UHC | 챈G혨혟혡짚 | 1100001110100110010001111100001010010000110000101000100111000010100010101100001010100100 | c3a647c290c289c28ac2a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)