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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 雅κ?雅κ?^ | 1000100111101011100000111100100000111111100010011110101110000011110010000011111101011110 | 89eb83c83f89eb83c83f5e |
EUC-JP | 雅κ?雅κ?^ | 1011001011101101101001101100101000111111101100101110110110100110110010100011111101011110 | b2eda6ca3fb2eda6ca3f5e |
UTF-8 | 雅κ툒雅κ툈^ | 1110100110011011100001011100111010111010111011011000100010010010111010011001101110000101110011101011101011101101100010001000100001011110 | e99b85cebaed8892e99b85cebaed88885e |
UHC | 雅κ툒雅κ툈^ | 11100100101110101010010111101010101110001000100111100100101110101010010111101010101110001000000101011110 | e4baa5eab889e4baa5eab8815e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)