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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | ?蒡?k | 0011111111100100111011100011111101101011 | 3fe4ee3f6b |
EUC-JP | ?蒡?k | 0011111111101000111100000011111101101011 | 3fe8f03f6b |
UTF-8 | 뤾蒡쿺k | 11101011101001001011111011101000100100101010000111101100101111111011101001101011 | eba4bee892a1ecbfba6b |
UHC | 뤾蒡쿺k | 10001111111010101101101110111100101100110110110101101011 | 8feadbbcb36d6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)