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 | 弱??諛 | 100011101110001100111111001111111110011010000111 | 8ee33f3fe687 |
EUC-JP | 弱??諛 | 101111001110010100111111001111111110101111100111 | bce53f3febe7 |
UTF-8 | 弱뉗눛諛 | 111001011011110010110001111010111000100110010111111010111000100010011011111010001010101110011011 | e5bcb1eb8997eb889be8ab9b |
UHC | 弱뉗눛諛 | 1110010110110000100001111110110010000111101100111110101110110000 | e5b087ec87b3ebb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)