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?k | 100010011001000010000010100010110011111101101011 | 8990828b3f6b |
EUC-JP | 艶k?k | 101100011111000010100011111010110011111101101011 | b1f0a3eb3f6b |
UTF-8 | 艶k궢k | 11101000100010011011011011101111101111011000101111101010101101101010001001101011 | e889b6efbd8beab6a26b |
UHC | 艶k궢k | 11100110111111011010001111101011100000101011010101101011 | e6fda3eb82b56b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)