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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?①?容 | 001111111000011101000000001111111001011101100101 | 3f87403f9765 |
EUC-JP | ???容 | 0011111100111111001111111100110111000110 | 3f3f3fcdc6 |
UTF-8 | 連①뜌容 | 111011111010011010011010111000101001000110100000111010111001110010001100111001011010111010111001 | efa69ae291a0eb9c8ce5aeb9 |
UHC | 連①뜌容 | 1110011011100110101010001110011110001101100011111110100110111011 | e6e6a8e78d8fe9bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)