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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 魴晝サ雅 | 11101001101101011001110111101010101110111000100111101011 | e9b59deabb89eb |
EUC-JP | 魴晝サ雅 | 1111001010110111110110101110110010001110101110111011001011101101 | f2b7daec8ebbb2ed |
UTF-8 | 魴晝サ雅 | 111010011010110110110100111001101001100110011101111011111011110110111011111010011001101110000101 | e9adb4e6999defbdbbe99b85 |
UHC | ?晝?雅 | 001111111111000110111000001111111110010010111010 | 3ff1b83fe4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)