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 | 筌??愉?$ | 111000101010001100111111001111111001011011111001001111111000000110010000 | e2a33f3f96f93f8190 |
EUC-JP | 筌??愉?$ | 111001001010010100111111001111111100110011111011001111111010000111110000 | e4a53f3fccfb3fa1f0 |
UTF-8 | 筌뚯떘愉끻$ | 111001111010110110001100111010111001101010101111111010111001011010011000111001101000010010001001111010111000000110111011111011111011110010000100 | e7ad8ceb9aafeb9698e68489eb81bbefbc84 |
UHC | 筌뚯떘愉끻$ | 111011111010011110001100111011001000101110101110111010101111000010000101111001011010001110100100 | efa78cec8baeeaf085e5a3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)