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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??潟^ | 0011111100111111100010101000001101011110 | 3f3f8a835e |
EUC-JP | ??潟^ | 0011111100111111101100111110001101011110 | 3f3fb3e35e |
UTF-8 | 롐렫潟^ | 11101011101000011001000011101011101000001010101111100110101111011001111101011110 | eba190eba0abe6bd9f5e |
UHC | 롐렫潟^ | 10001110110101101000111010111001111000001011001101011110 | 8ed68eb9e0b35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)