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 | 逡?i懿 | 11100111100101010011111110000010100010011001110011110010 | e7953f82899cf2 |
EUC-JP | 逡?i懿 | 11101101111101010011111110100011111010011101100011110100 | edf53fa3e9d8f4 |
UTF-8 | 逡콸i懿 | 111010011000000010100001111011001011110110111000111011111011110110001001111001101000011110111111 | e980a1ecbdb8efbd89e687bf |
UHC | 逡콸i懿 | 1111000111100100110001001110010110100011111010011110101111110011 | f1e4c4e5a3e9ebf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)