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 | 錺遂ク襤 | 11101000010001001001000010001011101110001110011001000001 | e844908bb8e641 |
EUC-JP | 錺遂ク襤 | 1110111110100101101111111110101110001110101110001110101110100010 | efa5bfeb8eb8eba2 |
UTF-8 | 錺遂ク襤 | 111010011000110010111010111010011000000110000010111011111011110110111000111010001010010110100100 | e98cbae98182efbdb8e8a5a4 |
UHC | ?遂?襤 | 001111111110001011000100001111111101010111000001 | 3fe2c43fd5c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)