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 | 與??遙? | 11100100011011110011111100111111111010101010000100111111 | e46f3f3feaa13f |
EUC-JP | 與??遙? | 11100111110100000011111100111111111101001010001100111111 | e7d03f3ff4a33f |
UTF-8 | 與백뼹遙밄 | 111010001000100010000111111010111011000010110001111010111011110010111001111010011000000110011001111010111011000010000100 | e88887ebb0b1ebbcb9e98199ebb084 |
UHC | 與백뼹遙밄 | 11100110101010001011100111101001100101101011110011101001101010111001001101000010 | e6a8b9e996bce9ab9342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)