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 | 癌??暎⑨? | 100010101110000000111111001111111001110111110011100001110100100000111111 | 8ae03f3f9df387483f |
EUC-JP | 癌??暎?? | 1011010011100010001111110011111111011010111101010011111100111111 | b4e23f3fdaf53f3f |
UTF-8 | 癌꿩콖暎⑨푶 | 111001111001100110001100111010101011111110101001111011001011110110010110111001101001101010001110111000101001000110101000111011011001000110110110 | e7998ceabfa9ecbd96e69a8ee291a8ed91b6 |
UHC | 癌꿩콖暎⑨푶 | 111001001101111110110010111001101011000110010000111001111011001010101000111011111011111010000100 | e4dfb2e6b190e7b2a8efbe84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)