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 | 筌??筌≫? | 111000101010001100111111001111111110001010100011100000011110001000111111 | e2a33f3fe2a381e23f |
EUC-JP | 筌??筌≫? | 111001001010010100111111001111111110010010100101101000101110010000111111 | e4a53f3fe4a5a2e43f |
UTF-8 | 筌듭콎筌≫띀 | 111001111010110110001100111010111001001110101101111011001011110110001110111001111010110110001100111000101000100110101011111010111001110110000000 | e7ad8ceb93adecbd8ee7ad8ce289abeb9d80 |
UHC | 筌듭콎筌≫띀 | 111011111010011110110101111011001011000110001010111011111010011110100001111011011000110110111011 | efa7b5ecb18aefa7a1ed8dbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)