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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??穗? | 0011111100111111111000100110111000111111 | 3f3fe26e3f |
EUC-JP | ??穗饍 | 00111111001111111110001111001111100011111110100011101101 | 3f3fe3cf8fe8ed |
UTF-8 | 묰먋穗饍 | 111010111010110010110000111010111010100010001011111001111010100110010111111010011010010110001101 | ebacb0eba88be7a997e9a58d |
UHC | 묰먋穗饍 | 1001001001000111100100001100100111100010101101001110000011010111 | 924790c9e2b4e0d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)