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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 竪巽竪辰B | 100100100100011110010010010001101001001001000111100100100100001101000010 | 924792469247924342 |
EUC-JP | 竪巽竪辰B | 110000111010100011000011101001111100001110101000110000111010010001000010 | c3a8c3a7c3a8c3a442 |
UTF-8 | 竪巽竪辰B | 11100111101010111010101011100101101101111011110111100111101010111010101011101000101111101011000001000010 | e7abaae5b7bde7abaae8beb042 |
UHC | 竪巽竪辰B | 111000101011010111100001110111101110001010110101111100101110001101000010 | e2b5e1dee2b5f2e342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)