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 | kLâLk | 1000100101101011100100010100110011100010010011001000100101101011 | 896b914ce24c896b |
SJIS-WIN | ?k?L?L?k | 0011111101101011001111110100110000111111010011000011111101101011 | 3f6b3f4c3f4c3f6b |
EUC-JP | ?k?LâL?k | 00111111011010110011111101001100100011111010101110100100010011000011111101101011 | 3f6b3f4c8faba44c3f6b |
UTF-8 | kLâLk | 110000101000100101101011110000101001000101001100110000111010001001001100110000101000100101101011 | c2896bc2914cc3a24cc2896b |
UHC | ?k?L?L?k | 0011111101101011001111110100110000111111010011000011111101101011 | 3f6b3f4c3f4c3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)