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??\ | 0011111101101011001111110011111101011100 | 3f6b3f3f5c |
SJIS-WIN | ?k??\ | 0011111101101011001111110011111101011100 | 3f6b3f3f5c |
EUC-JP | ?k??\ | 0011111101101011001111110011111101011100 | 3f6b3f3f5c |
UTF-8 | 묯k묮뫍\ | 1110101110101100101011110110101111101011101011001010111011101011101010111000110101011100 | ebacaf6bebacaeebab8d5c |
UHC | 묯k묮뫍\ | 1001001001000110011010111001001001000101100100011010111101011100 | 92466b924591af5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)