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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???揖ф? | 0011111100111111001111111001011101001011100001001000011000111111 | 3f3f3f974b84863f |
EUC-JP | ???揖ф? | 0011111100111111001111111100110110101100101001111110011000111111 | 3f3f3fcdaca7e63f |
UTF-8 | 令⑸뜉揖ф솮 | 1110111110100110101010001110001010010001101110001110101110011100100010011110011010001111100101101101000110000100111011001000011010101110 | efa6a8e291b8eb9c89e68f96d184ec86ae |
UHC | 令⑸뜉揖ф솮 | 111001111010100110101001111010111000110110001100111010111110011110101100111001101001100110100100 | e7a9a9eb8d8cebe7ace699a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)