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 | 沮??? | 1001111110011100001111110011111100111111 | 9f9c3f3f3f |
EUC-JP | 沮??? | 1101110111111100001111110011111100111111 | ddfc3f3f3f |
UTF-8 | 沮렔欌㎗ | 111001101011001010101110111010111010000010010100111001101010110010001100111000111000111010010111 | e6b2aeeba094e6ac8ce38e97 |
UHC | 沮렔欌㎗ | 1110111011000001100011101010100111101101111010111010011110100011 | eec18ea9edeba7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)