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 | è»ãìº | 111010001001001010111011111000111000001010001011111011001000000110111010 | e892bbe3828bec81ba |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | è??ã??ì?º | 1000111110101011101100100011111100111111100011111010101110101010001111110011111110001111101010111100000000111111100011111010001011101011 | 8fabb23f3f8fabaa3f3f8fabc03f8fa2eb |
UTF-8 | è»ãìº | 110000111010100011000010100100101100001010111011110000111010001111000010100000101100001010001011110000111010110011000010100000011100001010111010 | c3a8c292c2bbc3a3c282c28bc3acc281c2ba |
UHC | ????????º | 00111111001111110011111100111111001111110011111100111111001111111010100010101100 | 3f3f3f3f3f3f3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)