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 | 治鶯シ鈬ⅳ | 1111000010101101100011101010000111101001111100101011110011100111111000111111101001000011 | f0ad8ea1e9f2bce7e3fa43 |
EUC-JP | ?治鶯シ鈬? | 00111111101111001010001111110010111101001000111010111100111011101110010100111111 | 3fbca3f2f48ebceee53f |
UTF-8 | 治鶯シ鈬ⅳ | 111011101000000110101100111001101011001010111011111010011011011010101111111011111011110110111100111010011000100010101100111000101000010110110011 | ee81ace6b2bbe9b6afefbdbce988ace285b3 |
UHC | ?治鶯??ⅳ | 001111111111011010111101111001011010001100111111001111111010010110100100 | 3ff6bde5a33f3fa5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)