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 | ?胛?? | 0011111111100011111011100011111100111111 | 3fe3ee3f3f |
EUC-JP | ?胛?? | 0011111111100110111100000011111100111111 | 3fe6f03f3f |
UTF-8 | 렺胛렻렑 | 111010111010000010111010111010001000001110011011111010111010000010111011111010111010000010010001 | eba0bae8839beba0bbeba091 |
UHC | 렺胛렻렑 | 1000111011000010110010111010010010001110110000111000111010100110 | 8ec2cba48ec38ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)