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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?繃?棚^ | 00111111111000110111110100111111100100100100100101011110 | 3fe37d3f92495e |
EUC-JP | 鋌繃鋌棚^ | 1000111111100100101110111110010111011110100011111110010010111011110000111010101001011110 | 8fe4bbe5de8fe4bbc3aa5e |
UTF-8 | 鋌繃鋌棚^ | 11101001100010111000110011100111101110011000001111101001100010111000110011100110101000111001101001011110 | e98b8ce7b983e98b8ce6a39a5e |
UHC | 鋌繃鋌棚^ | 111011111111101111011101110111101110111111111011110111011101110001011110 | effbdddeeffbdddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)