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 | ???P? | 0011111100111111001111110101000000111111 | 3f3f3f503f |
SJIS-WIN | ???P? | 0011111100111111001111110101000000111111 | 3f3f3f503f |
EUC-JP | ???P? | 0011111100111111001111110101000000111111 | 3f3f3f503f |
UTF-8 | 혩혺혪P혩 | 11101101100110001010100111101101100110001011101011101101100110001010101001010000111011011001100010101001 | ed98a9ed98baed98aa50ed98a9 |
UHC | 혩혺혪P혩 | 110000101001000111000010100111111100001010010010010100001100001010010001 | c291c29fc29250c291 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)