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 | ??俯? | 0011111100111111100110001110101100111111 | 3f3f98eb3f |
EUC-JP | ??俯棅 | 00111111001111111101000011101101100011111100001111111011 | 3f3fd0ed8fc3fb |
UTF-8 | 쒜장俯棅 | 111011001001001010011100111011001001111010100101111001001011111110101111111001101010001110000101 | ec929cec9ea5e4bfafe6a385 |
UHC | 쒜장俯棅 | 1011111010101110110000001110010111011100111101101101110010111000 | beaec0e5dcf6dcb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)