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 | ?丹?へ’ | 0011111110010010010011110011111110000010110101101000000101100110 | 3f924f3f82d68166 |
EUC-JP | ?丹?へ’ | 0011111111000011101100000011111110100100110110001010000111000111 | 3fc3b03fa4d8a1c7 |
UTF-8 | 룵丹춳へ’ | 111010111010001110110101111001001011100010111001111011001011011010110011111000111000000110111000111000101000000010011001 | eba3b5e4b8b9ecb6b3e381b8e28099 |
UHC | 룵丹춳へ’ | 10001111101010101101001110100001101011011000111110101010110110001010000110101111 | 8faad3a1ad8faad8a1af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)