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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 焼フ邪 | 1000111111000100110011001000111011010111 | 8fc4cc8ed7 |
EUC-JP | 焼フ邪 | 101111101100011010001110110011001011110011011001 | bec68eccbcd9 |
UTF-8 | 焼フ邪 | 111001111000010010111100111011111011111010001100111010011000001010101010 | e784bcefbe8ce982aa |
UHC | ??邪 | 00111111001111111101111011110111 | 3f3fdef7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)