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 | シト邪篠 | 101111001100010010001110110101111000111011000010 | bcc48ed78ec2 |
EUC-JP | シト邪篠 | 1000111010111100100011101100010010111100110110011011110011000100 | 8ebc8ec4bcd9bcc4 |
UTF-8 | シト邪篠 | 111011111011110110111100111011111011111010000100111010011000001010101010111001111010111110100000 | efbdbcefbe84e982aae7afa0 |
UHC | ??邪篠 | 001111110011111111011110111101111110000111000110 | 3f3fdef7e1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)