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 | ???L\ | 0011111100111111001111110100110001011100 | 3f3f3f4c5c |
SJIS-WIN | 洫樞橸L\ | 1001111110100111100111101110001010011110111011110100110001011100 | 9fa79ee29eef4c5c |
EUC-JP | 洫樞橸L\ | 1101111010101001110111001110010011011100111100010100110001011100 | dea9dce4dcf14c5c |
UTF-8 | 洫樞橸L\ | 1110011010110100101010111110011010101000100111101110011010101001101110000100110001011100 | e6b4abe6a89ee6a9b84c5c |
UHC | ?樞?L\ | 001111111111010111010010001111110100110001011100 | 3ff5d23f4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)