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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?燕? | 00111111100010011000110100111111 | 3f898d3f |
EUC-JP | ?燕? | 00111111101100011110110100111111 | 3fb1ed3f |
UTF-8 | 렱燕렺 | 111010111010000010110001111001111000011110010101111010111010000010111010 | eba0b1e78795eba0ba |
UHC | 렱燕렺 | 100011101011111011100110110110001000111011000010 | 8ebee6d88ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)