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æçL^ | 111001101110011110001011010011001110011011100111100010110100110001011110 | e6e78b4ce6e78b4c5e |
SJIS-WIN | ???L???L^ | 001111110011111100111111010011000011111100111111001111110100110001011110 | 3f3f3f4c3f3f3f4c5e |
EUC-JP | æç?Læç?L^ | 1000111110101001110000011000111110101011101011100011111101001100100011111010100111000001100011111010101110101110001111110100110001011110 | 8fa9c18fabae3f4c8fa9c18fabae3f4c5e |
UTF-8 | æçLæçL^ | 110000111010011011000011101001111100001010001011010011001100001110100110110000111010011111000010100010110100110001011110 | c3a6c3a7c28b4cc3a6c3a7c28b4c5e |
UHC | æ??Læ??L^ | 1010100110100001001111110011111101001100101010011010000100111111001111110100110001011110 | a9a13f3f4ca9a13f3f4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)