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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?男歟?? | 00111111100100100110101010011111011000100011111100111111 | 3f926a9f623f3f |
EUC-JP | ?男歟?? | 00111111110000111100101111011101110000110011111100111111 | 3fc3cbddc33f3f |
UTF-8 | 룶男歟룵퀛 | 111010111010001110110110111001111001010010110111111001101010110110011111111010111010001110110101111011011000000010011011 | eba3b6e794b7e6ad9feba3b5ed809b |
UHC | 룶男歟룵퀛 | 10001111101010111101000111111011111001101010001010001111101010101011001110001111 | 8fabd1fbe6a28faab38f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)