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 | 00111111001111110011111100111111001111110011111101101011 | 3f3f3f3f3f3f6b |
SJIS-WIN | 蟾ス隱ー蛛エk | 11100101101101111011110111101000101010101011000011100101100000011011010001101011 | e5b7bde8aab0e581b46b |
EUC-JP | 蟾ス隱ー蛛エk | 11101010101110011000111010111101111100001010110010001110101100001110100111100001100011101011010001101011 | eab98ebdf0ac8eb0e9e18eb46b |
UTF-8 | 蟾ス隱ー蛛エk | 11101000100111111011111011101111101111011011110111101001100110101011000111101111101111011011000011101000100110111001101111101111101111011011010001101011 | e89fbeefbdbde99ab1efbdb0e89b9befbdb46b |
UHC | 蟾?隱?蛛?k | 11100000111010100011111111101011110111110011111111110001110010000011111101101011 | e0ea3febdf3ff1c83f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)