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 | ?蝦幀? | 001111111000100111011010100110111110101000111111 | 3f89da9bea3f |
EUC-JP | ?蝦幀邢 | 0011111110110010110111001101011011101100100011111110000111110100 | 3fb2dcd6ec8fe1f4 |
UTF-8 | 뤋蝦幀邢 | 111010111010010010001011111010001001110110100110111001011011100110000000111010011000001010100010 | eba48be89da6e5b980e982a2 |
UHC | 뤋蝦幀邢 | 1000111110111011111110011100010011101111110100111111101110101110 | 8fbbf9c4efd3fbae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)