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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ?逑??\ | 001111111110011110010011001111110011111101011100 | 3fe7933f3f5c |
EUC-JP | ?逑??\ | 001111111110110111110011001111110011111101011100 | 3fedf33f3f5c |
UTF-8 | 렺逑렻렔\ | 11101011101000001011101011101001100000001001000111101011101000001011101111101011101000001001010001011100 | eba0bae98091eba0bbeba0945c |
UHC | 렺逑렻렔\ | 100011101100001011001111110001111000111011000011100011101010100101011100 | 8ec2cfc78ec38ea95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)