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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鳬治渹式 | 1110100111101001100011101010000111111011010001101000111010101110 | e9e98ea1fb468eae |
EUC-JP | 鳬治渹式 | 111100101110101110111100101000111000111111000111111011101011110010110000 | f2ebbca38fc7eebcb0 |
UTF-8 | 鳬治渹式 | 111010011011001110101100111001101011001010111011111001101011100010111001111001011011110010001111 | e9b3ace6b2bbe6b8b9e5bc8f |
UHC | ?治?式 | 001111111111011010111101001111111110001111010010 | 3ff6bd3fe3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)