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 | 弱??吾 | 100011101110001100111111001111111000110011100001 | 8ee33f3f8ce1 |
EUC-JP | 弱??吾 | 101111001110010100111111001111111011100011100011 | bce53f3fb8e3 |
UTF-8 | 弱쀨콐吾 | 111001011011110010110001111011001000000010101000111011001011110110010000111001011001000010111110 | e5bcb1ec80a8ecbd90e590be |
UHC | 弱쀨콐吾 | 1110010110110000100101111110100010110001100011001110011111101110 | e5b097e8b18ce7ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)