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 | 永??唯η? | 100010010110100100111111001111111001011101000010100000111100010100111111 | 89693f3f974283c53f |
EUC-JP | 永??唯η? | 101100011100101000111111001111111100110110100011101001101100011100111111 | b1ca3f3fcda3a6c73f |
UTF-8 | 永띠꼳唯η독 | 1110011010110000101110001110101110011101101000001110101010111100101100111110010110010100101011111100111010110111111010111000111110000101 | e6b0b8eb9da0eabcb3e594afceb7eb8f85 |
UHC | 永띠꼳唯η독 | 111001111011010110110110111011001000010010001100111010101110011010100101111001111011010110110110 | e7b5b6ec848ceae6a5e7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)