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 | 焏乞が浯 | 1111101101010011100011001110111010000010101010101111101011111100 | fb538cee82aafafc |
EUC-JP | 焏乞が浯 | 10001111110010011110100110111000111100001010010010101100100011111100011111000011 | 8fc9e9b8f0a4ac8fc7c3 |
UTF-8 | 焏乞が浯 | 111001111000010010001111111001001011100110011110111000111000000110001100111001101011010110101111 | e7848fe4b99ee3818ce6b5af |
UHC | ?乞が? | 001111111100101111110111101010101010110000111111 | 3fcbf7aaac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)