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 | ??釀舒 | 001111110011111111100111110101001001100010101110 | 3f3fe7d498ae |
EUC-JP | ??釀舒 | 001111110011111111101110110101101101000010110000 | 3f3feed6d0b0 |
UTF-8 | 뤝깰釀舒 | 111010111010010010011101111010101011100110110000111010011000011110000000111010001000100010010010 | eba49deab9b0e98780e88892 |
UHC | 뤝깰釀舒 | 1000111111001100101100011111110111100101110101001110000010100010 | 8fccb1fde5d4e0a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)