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 | 痔涖ミ | 11110000111000111000111010100100111110110100000011010000 | f0e38ea4fb40d0 |
EUC-JP | ?痔涖ミ | 0011111110111100101001101000111111000111110010111000111011010000 | 3fbca68fc7cb8ed0 |
UTF-8 | 痔涖ミ | 111011101000001010100010111001111001011110010100111001101011011010010110111011111011111010010000 | ee82a2e79794e6b696efbe90 |
UHC | ?痔?? | 0011111111110110110000000011111100111111 | 3ff6c03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)