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 | 10010010010000111001001001010101100100011011010001101011 | 9243925591b46b |
EUC-JP | 辰旦其k | 11000011101001001100001110110110110000101011011001101011 | c3a4c3b6c2b66b |
UTF-8 | 辰旦其k | 11101000101111101011000011100110100101111010011011100101100001011011011001101011 | e8beb0e697a6e585b66b |
UHC | 辰旦其k | 11110010111000111101001110101001110100001110110001101011 | f2e3d3a9d0ec6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)