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 | 110011111011010111100111101101000101001001000101 | cfb5e7b45245 |
EUC-JP | マオ邏RE | 1000111011001111100011101011010111101110101101100101001001000101 | 8ecf8eb5eeb65245 |
UTF-8 | マオ邏RE | 1110111110111110100011111110111110111101101101011110100110000010100011110101001001000101 | efbe8fefbdb5e9828f5245 |
UHC | ??邏RE | 001111110011111111010101101001000101001001000101 | 3f3fd5a45245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)