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 | ???RE | 0011111100111111001111110101001001000101 | 3f3f3f5245 |
SJIS-WIN | ??錚RE | 001111110011111111101000010000100101001001000101 | 3f3fe8425245 |
EUC-JP | ??錚RE | 001111110011111111101111101000110101001001000101 | 3f3fefa35245 |
UTF-8 | 롉렦錚RE | 1110101110100001100010011110101110100000101001101110100110001100100110100101001001000101 | eba189eba0a6e98c9a5245 |
UHC | 롉렦錚RE | 1000111011001111100011101011010111101110101101100101001001000101 | 8ecf8eb5eeb65245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)