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 | ?|? | 001111110111110000111111 | 3f7c3f |
SJIS-WIN | ?|? | 001111110111110000111111 | 3f7c3f |
EUC-JP | ?|? | 001111110111110000111111 | 3f7c3f |
UTF-8 | 혺|혡 | 11101101100110001011101001111100111011011001100010100001 | ed98ba7ced98a1 |
UHC | 혺|혡 | 1100001010011111011111001100001010001010 | c29f7cc28a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)