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 | 魴晝サわ質辯 | 1110100110110101100111011110101010111011100000101110110110001110101111111110011110000111 | e9b59deabb82ed8ebfe787 |
EUC-JP | 魴晝サわ質辯 | 111100101011011111011010111011001000111010111011101001001110111110111100110000011110110111100111 | f2b7daec8ebba4efbcc1ede7 |
UTF-8 | 魴晝サわ質辯 | 111010011010110110110100111001101001100110011101111011111011110110111011111000111000001010001111111010001011001110101010111010001011111010101111 | e9adb4e6999defbdbbe3828fe8b3aae8beaf |
UHC | ?晝?わ質辯 | 00111111111100011011100000111111101010101110111111110010111101011101110010101010 | 3ff1b83faaeff2f5dcaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)