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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 端邃蘇B | 10010010010110111110001010000100100100010110100001000010 | 925be284916842 |
EUC-JP | 端邃蘇B | 11000011101111001110001111100100110000011100100101000010 | c3bce3e4c1c942 |
UTF-8 | 端邃蘇B | 11100111101010111010111111101001100000101000001111101000100110001000011101000010 | e7abafe98283e8988742 |
UHC | 端邃蘇B | 11010011101011101110001011000101111000011100110001000010 | d3aee2c5e1cc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)