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 | ¤¨· | 1001000110100100100100011010100010010001100111111001000110110111 | 91a491a8919f91b7 |
SJIS-WIN | ???¨???? | 001111110011111100111111100000010100111000111111001111110011111100111111 | 3f3f3f814e3f3f3f3f |
EUC-JP | ?¤?¨???? | 0011111110001111101000101111000000111111101000011010111100111111001111110011111100111111 | 3f8fa2f03fa1af3f3f3f3f |
UTF-8 | ¤¨· | 11000010100100011100001010100100110000101001000111000010101010001100001010010001110000101001111111000010100100011100001010110111 | c291c2a4c291c2a8c291c29fc291c2b7 |
UHC | ?¤?¨???· | 0011111110100010101101000011111110100001101001110011111100111111001111111010000110100100 | 3fa2b43fa1a73f3f3fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)