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 | ??y??h | 001111110011111101111001001111110011111101101000 | 3f3f793f3f68 |
SJIS-WIN | ??y?匣h | 00111111001111110111100100111111100110011011100001101000 | 3f3f793f99b868 |
EUC-JP | ??y?匣h | 00111111001111110111100100111111110100101011101001101000 | 3f3f793fd2ba68 |
UTF-8 | 렻렒y렺匣h | 1110101110100000101110111110101110100000100100100111100111101011101000001011101011100101100011001010001101101000 | eba0bbeba09279eba0bae58ca368 |
UHC | 렻렒y렺匣h | 10001110110000111000111010100111011110011000111011000010110010111010000101101000 | 8ec38ea7798ec2cba168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)