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 | ?ウ?紮 | 0011111110110011001111111110001101000110 | 3fb33fe346 |
EUC-JP | ?ウ?紮 | 001111111000111010110011001111111110010110100111 | 3f8eb33fe5a7 |
UTF-8 | 䭵ウ䭵紮 | 111001001010110110110101111011111011110110110011111001001010110110110101111001111011010010101110 | e4adb5efbdb3e4adb5e7b4ae |
UHC | ???紮 | 0011111100111111001111111111001111001111 | 3f3f3ff3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)