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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ????雍?? | 0011111100111111001111110011111111101000101101000011111100111111 | 3f3f3f3fe8b43f3f |
EUC-JP | ????雍?? | 0011111100111111001111110011111111110000101101100011111100111111 | 3f3f3f3ff0b63f3f |
UTF-8 | 롉롕렕롍雍롋렖 | 111010111010000110001001111010111010000110010101111010111010000010010101111010111010000110001101111010011001101110001101111010111010000110001011111010111010000010010110 | eba189eba195eba095eba18de99b8deba18beba096 |
UHC | 롉롕렕롍雍롋렖 | 1000111011001111100011101101100110001110101010101000111011010011111010001011110010001110110100011000111010101011 | 8ecf8ed98eaa8ed3e8bc8ed18eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)