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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??邯∫ | 001111110011111111100111101101101000000111100111 | 3f3fe7b681e7 |
EUC-JP | ??邯∫ | 001111110011111111101110101110001010001011101001 | 3f3feeb8a2e9 |
UTF-8 | 룵엑邯∫ | 111010111010001110110101111011001001011110010001111010011000001010101111111000101000100010101011 | eba3b5ec9791e982afe288ab |
UHC | 룵엑邯∫ | 1000111110101010101111111010001011001010111110111010000111110010 | 8faabfa2cafba1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)