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 | ???}???I^ | 001111110011111100111111011111010011111100111111001111110100100101011110 | 3f3f3f7d3f3f3f495e |
SJIS-WIN | ???}???I^ | 001111110011111100111111011111010011111100111111001111110100100101011110 | 3f3f3f7d3f3f3f495e |
EUC-JP | ???}???I^ | 001111110011111100111111011111010011111100111111001111110100100101011110 | 3f3f3f7d3f3f3f495e |
UTF-8 | 혷쨍찾}혷쨍혪I^ | 111011011001100010110111111011001010100010001101111011001011000010111110011111011110110110011000101101111110110010101000100011011110110110011000101010100100100101011110 | ed98b7eca88decb0be7ded98b7eca88ded98aa495e |
UHC | 혷쨍찾}혷쨍혪I^ | 110000101001111011000010101110001100001110100011011111011100001010011110110000101011100011000010100100100100100101011110 | c29ec2b8c3a37dc29ec2b8c292495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)