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 | 阿???ε? | 1000100010100010001111110011111100111111100000111100001100111111 | 88a23f3f3f83c33f |
EUC-JP | 阿???ε? | 1011000010100100001111110011111100111111101001101100010100111111 | b0a43f3f3fa6c53f |
UTF-8 | 阿잆굟杻ε선 | 1110100110011000101111111110110010011110100001101110101010110101100111111110111110100111100010001100111010110101111011001000010010100000 | e998bfec9e86eab59fefa788ceb5ec84a0 |
UHC | 阿잆굟杻ε선 | 111001001011100110011111111000111000001010000111111010101111010010100101111001011011110010110001 | e4b99fe38287eaf4a5e5bcb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)