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 | ?^???? | 001111110101111000111111001111110011111100111111 | 3f5e3f3f3f3f |
SJIS-WIN | ?^???? | 001111110101111000111111001111110011111100111111 | 3f5e3f3f3f3f |
EUC-JP | ?^???? | 001111110101111000111111001111110011111100111111 | 3f5e3f3f3f3f |
UTF-8 | 혣^혣쨩혙혺 | 11101101100110001010001101011110111011011001100010100011111011001010100010101001111011011001100010011001111011011001100010111010 | ed98a35eed98a3eca8a9ed9899ed98ba |
UHC | 혣^혣쨩혙혺 | 1100001010001100010111101100001010001100110000101011101111000010100001001100001010011111 | c28c5ec28cc2bbc284c29f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)