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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???熱? | 001111110011111100111111100101000100110100111111 | 3f3f3f944d3f |
EUC-JP | ???熱? | 001111110011111100111111110001111010111000111111 | 3f3f3fc7ae3f |
UTF-8 | 若ㅷ르熱썸 | 111011111010010110110100111000111000010110110111111010111010010110110100111001111000011010110001111011001000110110111000 | efa5b4e385b7eba5b4e786b1ec8db8 |
UHC | 若ㅷ르熱썸 | 11100101101011101010010011100111101110001010001111100110111100001011110111100110 | e5aea4e7b8a3e6f0bde6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)