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 | ???宥?? | 00111111001111110011111110010111010001110011111100111111 | 3f3f3f97473f3f |
EUC-JP | ???宥?? | 00111111001111110011111111001101101010000011111100111111 | 3f3f3fcda83f3f |
UTF-8 | 娛뤴뫁宥딀콨 | 111001011010100010011011111010111010010010110100111010111010101110000001111001011010111010100101111010111001010010000000111011001011110110101000 | e5a89beba4b4ebab81e5aea5eb9480ecbda8 |
UHC | 娛뤴뫁宥딀콨 | 111001111111010010001111111000101001000110100101111010101110100110001010111001101011000110011101 | e7f48fe291a5eae98ae6b19d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)