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 | 111001111010111000111111100100111110000101101011 | e7ae3f93e16b |
EUC-JP | 邂?乍k | 111011101011000000111111110001101110001101101011 | eeb03fc6e36b |
UTF-8 | 邂랐乍k | 11101001100000101000001011101011100111101001000011100100101110011000110101101011 | e98282eb9e90e4b98d6b |
UHC | 邂랐乍k | 11111010101100111011011011111010110111101011111101101011 | fab3b6fadebf6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)