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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 筌???у? | 1110001010100011001111110011111100111111100001001000010100111111 | e2a33f3f3f84853f |
EUC-JP | 筌???у? | 1110010010100101001111110011111100111111101001111110010100111111 | e4a53f3f3fa7e53f |
UTF-8 | 筌곗빆鱗уㄾ | 1110011110101101100011001110101010110011100101111110101110111001100001101110111110100111101100101101000110000011111000111000010010111110 | e7ad8ceab397ebb986efa7b2d183e384be |
UHC | 筌곗빆鱗уㄾ | 111011111010011110110000111011001001010110101101111011001110011110101100111001011010010010101110 | efa7b0ec95adece7ace5a4ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)