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 | 筌≫?筌? | 1110001010100011100000011110001000111111111000101010001100111111 | e2a381e23fe2a33f |
EUC-JP | 筌≫?筌? | 1110010010100101101000101110010000111111111001001010010100111111 | e4a5a2e43fe4a53f |
UTF-8 | 筌≫띅筌듐 | 111001111010110110001100111000101000100110101011111010111001110110000101111001111010110110001100111010111001001110010000 | e7ad8ce289abeb9d85e7ad8ceb9390 |
UHC | 筌≫띅筌듐 | 11101111101001111010000111101101100011011011111111101111101001111011010111100011 | efa7a1ed8dbfefa7b5e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)