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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???仰? | 001111110011111100111111100010111100001000111111 | 3f3f3f8bc23f |
EUC-JP | ???仰? | 001111110011111100111111101101101100010000111111 | 3f3f3fb6c43f |
UTF-8 | 琉덄뮏仰띠 | 111011111010011110001100111010111000110110000100111010111010111010001111111001001011101110110000111010111001110110100000 | efa78ceb8d84ebae8fe4bbb0eb9da0 |
UHC | 琉덄뮏仰띠 | 11101011101001001000100011100111100100101001110011100100111001101011011011101100 | eba488e7929ce4e6b6ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)