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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 裼育キャ跏 | 1110010111100111100010001110011110110111101011001110011011100110 | e5e788e7b7ace6e6 |
EUC-JP | 裼育キャ跏 | 11101010111010011011000011101001100011101011011110001110101011001110110011101000 | eae9b0e98eb78eacece8 |
UTF-8 | 裼育キャ跏 | 111010001010001110111100111010001000001010110010111011111011110110110111111011111011110110101100111010001011011110001111 | e8a3bce882b2efbdb7efbdace8b78f |
UHC | ?育??跏 | 00111111111010111100000000111111001111111100101010111010 | 3febc03f3fcaba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)