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 | ???U | 00111111001111110011111101010101 | 3f3f3f55 |
SJIS-WIN | テつ倭U | 110000111000001011000010100110000110000001010101 | c382c2986055 |
EUC-JP | テつ倭U | 10001110110000111010010011000100110011111100000101010101 | 8ec3a4c4cfc155 |
UTF-8 | テつ倭U | 11101111101111101000001111100011100000011010010011100101100000001010110101010101 | efbe83e381a4e580ad55 |
UHC | ?つ倭U | 001111111010101011000100111010001101111001010101 | 3faac4e8de55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)